Update travis.yml to build master

This commit is contained in:
Matthieu Grieger 2016-06-20 17:37:58 -07:00 committed by GitHub
parent b5c9a74257
commit 83a34de1c5

View file

@ -13,10 +13,6 @@ before_install:
- go get github.com/mattn/goveralls - go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover - go get golang.org/x/tools/cmd/cover
branches:
only:
- refactor
script: script:
- make test - make test
- "$HOME/gopath/bin/goveralls -service=travis-ci" - "$HOME/gopath/bin/goveralls -service=travis-ci"