Skip to content

Commit 8f0fb63

Browse files
committed
Fix travis build
1 parent 75c65fd commit 8f0fb63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ script:
3232
- RES=0; I=0; for PKG in $TEST_PACKAGES; do go test -v -timeout 30m -covermode=count -coverprofile=coverage.$I.out $PKG; ((RES=RES+$?)); ((I++)); done; ( exit $RES )
3333

3434
after_success:
35-
- bin/gocovmerge coverage.*.out > coverage.out
36-
- bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN
35+
- $GOPATH/bin/gocovmerge coverage.*.out > coverage.out
36+
- $GOPATH/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN
3737

3838
env:
3939
global:

0 commit comments

Comments
 (0)