From ea26bea1865ac1856a74ff0de1a003a17a8e0a7a Mon Sep 17 00:00:00 2001 From: jvoisin Date: Thu, 19 Oct 2017 18:19:45 +0200 Subject: Speed up the CI by not running the whole Joomla testsuite on travis --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b9b7c87..66e92bf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,8 +29,6 @@ after_success: ./lcov/bin/genhtml -o ./COV.html ./COV.info --branch-coverage ; coveralls --exclude "tweetnacl.c" ; fi' - - cd .. - - make joomla after_failure: - grep -r . ./tests/*.out -- cgit v1.3