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
2015-01-28 10:17:05 -09:00

10 lines
120 B
YAML

language: go
addons:
postgresql: 9.3
go: 1.4
before_script:
- psql -c 'CREATE DATABASE bactdbtest;' -U postgres