Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrantje <brantje@gmail.com>2016-10-08 02:32:00 +0300
committerbrantje <brantje@gmail.com>2016-10-08 02:32:00 +0300
commit70307089d5ae4ea3204992a9db5a59b32209abb1 (patch)
treea6e6fb4d23f409d5be127794fa44c2efdc44260b /.travis.yml
parent6f96a3ba51019ac21257004973dfde444d367794 (diff)
Update travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 9dd89f30..79462334 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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"
+ - grunt jshint
#after_failure: