Files
go-serial/.travis.yml
2015-01-01 19:24:34 +01:00

26 lines
416 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
install:
- export PATH="$HOME/gopath/bin:$PATH"
notifications:
email:
recipients:
- c.maglie@bug.st
on_success: change
on_failure: always