gopy/.travis.yml

17 lines
207 B
YAML
Raw Normal View History

2015-08-11 19:04:38 +00:00
language: go
go:
- 1.5.2
2015-08-11 19:04:38 +00:00
2015-08-11 19:24:54 +00:00
sudo: false
2015-08-11 19:04:38 +00:00
before_install:
- export PATH=$HOME/gopath/bin:$PATH
notifications:
email:
recipients:
- binet@cern.ch
on_success: change
on_failure: always