gopy/.travis.yml

25 lines
332 B
YAML
Raw Permalink Normal View History

2015-08-11 19:04:38 +00:00
language: go
go:
2017-05-29 14:28:44 +00:00
- 1.7.x
- 1.8.x
- 1.9.x
- master
2015-08-11 19:04:38 +00:00
2017-08-08 08:34:36 +00:00
matrix:
allow_failures:
- go: master
sudo: required
2015-08-11 19:24:54 +00:00
2015-08-11 19:04:38 +00:00
before_install:
2017-09-15 14:51:56 +00:00
- sudo apt-get install libffi-dev python-cffi
2015-08-11 19:04:38 +00:00
- export PATH=$HOME/gopath/bin:$PATH
notifications:
email:
recipients:
- binet@cern.ch
on_success: change
on_failure: always