Update travis.yml to build master

pull/153/head
Matthieu Grieger 2016-06-20 17:37:58 -07:00 committed by GitHub
parent b5c9a74257
commit 83a34de1c5
1 changed files with 0 additions and 4 deletions

View File

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