Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Speed up the CI by not running the whole Joomla testsuite on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jvoisin committed Oct 19, 2017
1 parent 8d3a23b commit ea26bea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -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
Expand Down

0 comments on commit ea26bea

Please sign in to comment.