diff options
author | Taylor Gerring <taylor.gerring@gmail.com> | 2015-02-03 02:14:04 +0800 |
---|---|---|
committer | Taylor Gerring <taylor.gerring@gmail.com> | 2015-02-03 02:14:04 +0800 |
commit | 57c6caf146a815f29b0698b8f67c827a254d7836 (patch) | |
tree | bb4b363b99657f74fc5b3d954f498a3d3ea07a20 /.travis.yml | |
parent | 0d97c3ce1322083fb9683a5afec004b2626b620a (diff) | |
download | dexon-57c6caf146a815f29b0698b8f67c827a254d7836.tar.gz dexon-57c6caf146a815f29b0698b8f67c827a254d7836.tar.zst dexon-57c6caf146a815f29b0698b8f67c827a254d7836.zip |
Separate Coveralls submission from coverage script
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 1b15e1763..d3ee1e8af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,6 +21,7 @@ before_script: # - go test -race ./... script: - ./gocoverage.sh + - if [ "$COVERALLS_TOKEN" ]; then goveralls -coverprofile=profile.cov -service=travis-ci -repotoken $COVERALLS_TOKEN; fi env: global: - PKG_CONFIG_PATH=/opt/qt54/lib/pkgconfig |