This repository has been archived on 2025-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
bactdb/.travis.yml
2014-10-03 16:00:45 -08:00

9 lines
119 B
YAML

language: go
addons:
postgresql: 9.3
go: 1.3
before_script:
- psql -c 'create database bactdbtest;' -U postgres