Adding travis-ci config.
This commit is contained in:
parent
f0cd2c1d79
commit
b3d39f7630
1 changed files with 9 additions and 0 deletions
9
.travis.yml
Normal file
9
.travis.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
language: go
|
||||
|
||||
addons:
|
||||
postgresql: 9.3
|
||||
|
||||
go: 1.3
|
||||
|
||||
before_script:
|
||||
- psql -c 'create database bactdbtest;' -U postgres
|
Reference in a new issue