Update travis

This commit is contained in:
brantje 2016-10-08 01:39:29 +02:00
parent fe0553b241
commit 682552b808
No known key found for this signature in database
GPG key ID: 5FF1D117F918687F

View file

@ -69,7 +69,7 @@ script:
#- sh -c "if [ '$JSTESTS' != '1' -a '$CODECHECK' != '1' -a '$CODECHECK' != '2' ]; then wget https://scrutinizer-ci.com/ocular.phar; fi"
#- sh -c "if [ '$JSTESTS' != '1' -a '$CODECHECK' != '1' -a '$CODECHECK' != '2' ]; then php ocular.phar code-coverage:upload --format=php-clover clover.xml; fi"
#- cd ../
- sh -c "if [ '$JSTESTS' == '1' -a '$CODECHECK' = '1']; then grunt jshint; fi"
- sh -c "if [ '$JSTESTS' == '1' ]; then grunt jshint; fi"
#after_failure: