gopy/.travis.yml

26 lines
433 B
YAML

language: go
go:
- 1.5.x
- 1.6.x
- 1.7.x
- 1.8.x
- master
sudo: required
before_install:
- sudo apt-get install libffi-dev python3 python3-pip
- pip install cffi
- pip3 install cffi
- export PATH=$HOME/gopath/bin:$PATH
# temporary workaround for go-python/gopy#83
- export GODEBUG=cgocheck=0
notifications:
email:
recipients:
- binet@cern.ch
on_success: change
on_failure: always