diff --git a/.travis.yml b/.travis.yml index 3648c0c..47c1cc2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,18 @@ 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: