aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorTaylor Gerring <taylor.gerring@gmail.com>2015-02-06 07:23:22 +0800
committerTaylor Gerring <taylor.gerring@gmail.com>2015-02-06 07:23:22 +0800
commitb58b6b9bac156035d416b5c837b49baa769b2db3 (patch)
tree021c17b47db6a634cfec3b5d3cf006f209c25613 /.travis.yml
parentf3ac378ca4f670a6504d5138278bb33104eade0a (diff)
downloaddexon-b58b6b9bac156035d416b5c837b49baa769b2db3.tar
dexon-b58b6b9bac156035d416b5c837b49baa769b2db3.tar.gz
dexon-b58b6b9bac156035d416b5c837b49baa769b2db3.tar.bz2
dexon-b58b6b9bac156035d416b5c837b49baa769b2db3.tar.lz
dexon-b58b6b9bac156035d416b5c837b49baa769b2db3.tar.xz
dexon-b58b6b9bac156035d416b5c837b49baa769b2db3.tar.zst
dexon-b58b6b9bac156035d416b5c837b49baa769b2db3.zip
Use after_success build step
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 1a7e69ecb..f51f2cfbd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,7 +19,9 @@ before_script:
# - go vet ./...
# - go test -race ./...
script:
- - ./gocoverage.sh && if [ "$COVERALLS_TOKEN" ]; then goveralls -coverprofile=profile.cov -service=travis-ci -repotoken $COVERALLS_TOKEN; fi
+ - ./gocoverage.sh
+after_success:
+ - if [ "$COVERALLS_TOKEN" ]; then goveralls -coverprofile=profile.cov -service=travis-ci -repotoken $COVERALLS_TOKEN; fi
env:
global:
- PKG_CONFIG_PATH=/opt/qt54/lib/pkgconfig