gopy/.travis.yml

22 lines
316 B
YAML
Raw Normal View History

2015-08-11 19:04:38 +00:00
language: go
go:
2017-05-29 14:28:44 +00:00
- 1.5.x
- 1.6.x
- 1.7.x
- 1.8.x
2015-08-11 19:04:38 +00:00
2015-08-11 19:24:54 +00:00
sudo: false
2015-08-11 19:04:38 +00:00
before_install:
- export PATH=$HOME/gopath/bin:$PATH
2017-05-29 14:28:44 +00:00
# temporary workaround for go-python/gopy#83
- export GODEBUG=cgocheck=0
2015-08-11 19:04:38 +00:00
notifications:
email:
recipients:
- binet@cern.ch
on_success: change
on_failure: always