mirror of https://github.com/go-python/gopy.git
gopy: add travis-ci
This commit is contained in:
parent
6a505e224b
commit
7693fe02e0
|
@ -0,0 +1,16 @@
|
||||||
|
language: go
|
||||||
|
|
||||||
|
go:
|
||||||
|
- 1.5rc1
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- sudo apt-get update -qq
|
||||||
|
- sudo apt-get install python-dev -qq
|
||||||
|
- export PATH=$HOME/gopath/bin:$PATH
|
||||||
|
|
||||||
|
notifications:
|
||||||
|
email:
|
||||||
|
recipients:
|
||||||
|
- binet@cern.ch
|
||||||
|
on_success: change
|
||||||
|
on_failure: always
|
Loading…
Reference in New Issue