Skip to content
This repository has been archived by the owner on Feb 26, 2020. It is now read-only.

Commit

Permalink
Fix travis build
Browse files Browse the repository at this point in the history
Signed-off-by: Xavier Lucas <[email protected]>
  • Loading branch information
Xavier Lucas committed Sep 9, 2016
1 parent 442c912 commit 54dd4aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ install: true

script:
- go install
- 'if [ "$TRAVIS_PULL_REQUEST" = "false"]; then go test -v -covermode=count -coverprofile=profile.cov github.com/ovh/svfs/svfs; fi'
- 'if [ "$TRAVIS_PULL_REQUEST" = "false"]; then $HOME/gopath/bin/goveralls -coverprofile=profile.cov -service=svfs; fi'
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then go test -v -covermode=count -coverprofile=profile.cov github.com/ovh/svfs/svfs; fi'
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then $HOME/gopath/bin/goveralls -coverprofile=profile.cov -service=svfs; fi'

0 comments on commit 54dd4aa

Please sign in to comment.