From: noah morrison Date: Wed, 19 Nov 2014 04:01:24 +0000 (-0500) Subject: fixed travis not calling coveralls X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=67e7bd800672e356e968a5d5cc95d2e0302086b3;p=chevron.git fixed travis not calling coveralls /facepalm --- diff --git a/.travis.yml b/.travis.yml index c0fc4dd..610d6a9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,5 +12,5 @@ script: - pep8 . - ./test_spec.py - coverage -x ./test_spec.py -after-success: +after_success: - coveralls