Update to travis script
This commit is contained in:
11
.travis.yml
11
.travis.yml
@@ -1,7 +1,18 @@
|
|||||||
language: go
|
language: go
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.4
|
- 1.4
|
||||||
- tip
|
- 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:
|
notifications:
|
||||||
email:
|
email:
|
||||||
recipients:
|
recipients:
|
||||||
|
|||||||
Reference in New Issue
Block a user