2016-12-15 14:03:02 +03:00
|
|
|
language: go
|
|
|
|
|
|
|
|
go:
|
2017-03-31 19:01:58 +03:00
|
|
|
- 1.6
|
|
|
|
- 1.7
|
|
|
|
- 1.8
|
2016-12-15 14:03:02 +03:00
|
|
|
- tip
|
|
|
|
|
|
|
|
# Setting sudo access to false will let Travis CI use containers rather than
|
|
|
|
# VMs to run the tests. For more details see:
|
|
|
|
# - http://docs.travis-ci.com/user/workers/container-based-infrastructure/
|
|
|
|
# - http://docs.travis-ci.com/user/workers/standard-infrastructure/
|
|
|
|
sudo: false
|
|
|
|
|
2017-03-31 19:01:58 +03:00
|
|
|
script:
|
|
|
|
- make setup test
|
|
|
|
|
2016-12-15 14:03:02 +03:00
|
|
|
notifications:
|
|
|
|
webhooks:
|
|
|
|
urls:
|
|
|
|
- https://webhooks.gitter.im/e/06e3328629952dabe3e0
|
|
|
|
on_success: change # options: [always|never|change] default: always
|
|
|
|
on_failure: always # options: [always|never|change] default: always
|
|
|
|
on_start: never # options: [always|never|change] default: always
|