gopy/.travis.yml

25 lines
390 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
- master
2015-08-11 19:04:38 +00:00
sudo: required
2015-08-11 19:24:54 +00:00
2015-08-11 19:04:38 +00:00
before_install:
2017-08-08 08:18:22 +00:00
- sudo apt-get install libffi-dev
2017-08-07 14:40:19 +00:00
- pip install cffi
2015-08-11 19:04:38 +00:00
- 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