summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2015-06-16 02:01:58 +0200
committerAnne Jan Brouwer <annejan@noprotocol.com>2015-06-16 02:01:58 +0200
commit2367f7805053166d36a965b07a0474bceab73602 (patch)
treee4541597da2a3f78be64495b04fdd613982af236 /.travis.yml
parent64c1575c5c3ce4ed450bcc3a78d8d3de4ef3382c (diff)
testing codecov correctly
Diffstat (limited to '.travis.yml')
-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)