supporting TravisCI
This commit is contained in:
parent
1b0791e5dd
commit
3b5132bf2c
21
.travis.yml
21
.travis.yml
@ -1,7 +1,20 @@
|
|||||||
|
# http://docs.travis-ci.com/user/languages/go/
|
||||||
language: go
|
language: go
|
||||||
|
|
||||||
go:
|
go: 1.8
|
||||||
- 1.6
|
|
||||||
- tip
|
|
||||||
|
|
||||||
script: ./test.sh
|
os:
|
||||||
|
- linux
|
||||||
|
|
||||||
|
env:
|
||||||
|
- MYSQL_USER=root
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- mysql -e 'CREATE DATABASE IF NOT EXISTS test;'
|
||||||
|
|
||||||
|
install: true
|
||||||
|
|
||||||
|
script: script/cibuild
|
||||||
|
|
||||||
|
notifications:
|
||||||
|
email: false
|
||||||
|
Loading…
Reference in New Issue
Block a user