We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1d44cf commit 2b29425Copy full SHA for 2b29425
.travis.yml
@@ -57,4 +57,4 @@ script:
57
fi
58
59
after_success:
60
- - if [ $GOCOVERAGE ]; then goveralls -coverprofile=.profile.cov -repotoken $COVERALLS_TOKEN; fi
+ - if [ $GOCOVERAGE ]; then goveralls -coverprofile=.profile.cov -repotoken=$COVERALLS_TOKEN; fi
0 commit comments