gh-ost/.travis.yml

21 lines
246 B
YAML
Raw Normal View History

2017-04-02 07:43:45 +00:00
# http://docs.travis-ci.com/user/languages/go/
2016-08-12 14:21:29 +00:00
language: go
2017-04-02 07:43:45 +00:00
go: 1.8
2016-08-12 14:21:29 +00:00
2017-04-02 07:43:45 +00:00
os:
- linux
env:
- MYSQL_USER=root
before_install:
- mysql -e 'CREATE DATABASE IF NOT EXISTS test;'
install: true
script: script/cibuild
notifications:
email: false