summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnne Jan Brouwer <annejan@noprotocol.com>2015-06-16 02:01:58 +0200
committerAnne Jan Brouwer <annejan@noprotocol.com>2015-06-16 02:01:58 +0200
commit9eab06eb52d0d219de732d07d632b0975531c395 (patch)
treee4541597da2a3f78be64495b04fdd613982af236
parente95b35c1552e20fe845a0cda1fcb4bd1b5eb02d0 (diff)
testing codecov correctly
-rw-r--r--.travis.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 4a3bd901..980ae948 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -44,7 +44,5 @@ matrix:
allow_failures:
- os: osx
-before_install:
- pip install codecov
after_success:
- codecov
+ - bash <(curl -s https://codecov.io/bash)