Files
go-serial/.travis.yml
2015-01-01 19:17:39 +01:00

23 lines
365 B
YAML

language: go
go:
- 1.4
- tip
matrix:
allow_failures:
- go: tip
before_install:
- mkdir -p $HOME/gopath/src/go.bug.st
- mv $TRAVIS_BUILD_DIR $HOME/gopath/src/go.bug.st/serial
- export TRAVIS_BUILD_DIR=$HOME/gopath/src/go.bug.st/serial
notifications:
email:
recipients:
- c.maglie@bug.st
on_success: change
on_failure: always