Adding travis-ci config.

This commit is contained in:
Matthew Dillon 2014-10-03 16:00:45 -08:00
parent f0cd2c1d79
commit b3d39f7630

9
.travis.yml Normal file
View file

@ -0,0 +1,9 @@
language: go
addons:
postgresql: 9.3
go: 1.3
before_script:
- psql -c 'create database bactdbtest;' -U postgres