aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Wilcke <obscuren@users.noreply.github.com>2014-12-05 06:00:12 +0800
committerJeffrey Wilcke <obscuren@users.noreply.github.com>2014-12-05 06:00:12 +0800
commit710360bab61178cf7fbc52213ec4c612be37ad18 (patch)
treee5122763e6ed0adb1be4cd6057ca205753fc2a3a
parent296112848cfe1a9697bbb92a9deb3eb1e04d6276 (diff)
parentef7961b7d27be930a4d9dc81527a55497d3dea2e (diff)
downloadgo-tangerine-710360bab61178cf7fbc52213ec4c612be37ad18.tar.gz
go-tangerine-710360bab61178cf7fbc52213ec4c612be37ad18.tar.zst
go-tangerine-710360bab61178cf7fbc52213ec4c612be37ad18.zip
Merge pull request #199 from ethereum/tests
Submit code coverage to coveralls only on travis build success
-rw-r--r--.travis.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index ebb631969..d09cbcdb0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,9 +19,7 @@ before_script:
# - go vet ./...
# - go test -race ./...
script:
- - ./gocoverage.sh
-after_script:
- - goveralls -coverprofile=profile.cov -service=travis-ci -repotoken $COVERALLS_TOKEN
+ - ./gocoverage.sh && goveralls -coverprofile=profile.cov -service=travis-ci -repotoken $COVERALLS_TOKEN
env:
- secure: "U2U1AmkU4NJBgKR/uUAebQY87cNL0+1JHjnLOmmXwxYYyj5ralWb1aSuSH3qSXiT93qLBmtaUkuv9fberHVqrbAeVlztVdUsKAq7JMQH+M99iFkC9UiRMqHmtjWJ0ok4COD1sRYixxi21wb/JrMe3M1iL4QJVS61iltjHhVdM64="