gopy/.travis.yml

26 lines
407 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
2017-08-07 14:51:08 +00:00
dist: trusty
sudo: required
2015-08-11 19:24:54 +00:00
2015-08-11 19:04:38 +00:00
before_install:
- sudo apt-get install libffi-dev
- sudo 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