There was an error while loading. Please reload this page.
2 parents 2e4ce2f + 2ca12ca commit a57c3ceCopy full SHA for a57c3ce
1 file changed
.travis.yml
@@ -20,7 +20,7 @@ before_install:
20
echo "Commit $(git rev-parse HEAD) doesn't match expected commit $TRAVIS_COMMIT"
21
fi
22
script:
23
- - $GOPATH/bin/goveralls -service=travis-ci
+ - $GOPATH/bin/goveralls -service=travis-ci -repotoken $COVERALLS_TOKEN
24
25
after_success:
26
- |
0 commit comments