Update travis.yml to build master
This commit is contained in:
parent
b5c9a74257
commit
83a34de1c5
|
@ -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"
|
||||
|
|
Reference in a new issue