From ddcef1f8e41d5ec299721e9054a0e27ff6496077 Mon Sep 17 00:00:00 2001 From: Alberto Planas Date: Wed, 26 Feb 2014 10:50:38 +0100 Subject: [PATCH] Fix after_success section --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e607b43e..dbc75285 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ install: # command to run tests, e.g. python setup.py test script: - nosetests --with-coverage --cover-package=oscs,osclib --cover-inclusive -after_sucess: +after_success: - coveralls matrix: allow_failures: