From 3e6d0fa53a22c3a1ea0203a04f289fd8a099ad24 Mon Sep 17 00:00:00 2001 From: dengemann Date: Fri, 25 Oct 2013 13:39:18 +0200 Subject: [PATCH] ENH: more wisdom --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 94755441c42..522911292d2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ install: - if [ "${COVERAGE}" == "--with-coverage" ]; then sudo pip install coverage; fi - if [ "${COVERAGE}" == "--with-coverage" ]; then sudo pip install coveralls; fi script: - - make test + - make test-no-sample - if [ "${COVERAGE}" == "--with-coverage" ]; then make test-coverage; fi after_success: - if [ "${COVERAGE}" == "--with-coverage" ]; then coveralls; fi \ No newline at end of file