Skip to content

Commit

Permalink
Travis CI build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyco committed Mar 2, 2019
1 parent 92012fe commit 57d692b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ before_install:
script:
- $HOME/gopath/bin/ginkgo -cover -r -v -skipPackage=_example
- $HOME/gopath/bin/roveralls -ignore _example
- $HOME/gopath/bin/goveralls -coverprofile=roveralls.coverprofile -service=travis-ci -repotoken $COVERALLS_TOKEN
- $HOME/gopath/bin/goveralls -coverprofile=roveralls.coverprofile -service=travis-ci -repotoken=$COVERALLS_TOKEN

0 comments on commit 57d692b

Please sign in to comment.