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
|
2017-05-10 10:10:01 +00:00
|
|
|
- master
|
2015-08-11 19:04:38 +00:00
|
|
|
|
2017-05-10 10:10:01 +00:00
|
|
|
sudo: required
|
2015-08-11 19:24:54 +00:00
|
|
|
|
2015-08-11 19:04:38 +00:00
|
|
|
before_install:
|
2017-08-07 14:40:19 +00:00
|
|
|
- sudo apt-get install libffi-dev python3 python3-pip
|
|
|
|
- pip install cffi
|
|
|
|
- pip3 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
|