File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ matrix:
1515script :
1616 - vendor/bin/tester tests -s -p php -c tests/php-unix.ini
1717 - php temp/code-checker/src/code-checker.php --short-arrays -i netteForms
18- - if [ $TRAVIS_PHP_VERSION == "5.6" ]; then grunt --gruntfile tests/netteForms/Gruntfile.js test; fi
18+ - if [ $TRAVIS_PHP_VERSION == "5.6" ]; then grunt --gruntfile= tests/netteForms/Gruntfile.js test; fi
1919
2020after_failure :
2121 # Print *.actual content
@@ -25,7 +25,7 @@ before_script:
2525 # Install Nette Tester & Code Checker
2626 - travis_retry composer update --no-interaction --prefer-dist $dependencies
2727 - travis_retry composer create-project nette/code-checker temp/code-checker ~2.5 --no-interaction
28- - if [ $TRAVIS_PHP_VERSION == "5.6" ]; then npm install -g grunt-cli; cd tests/netteForms; npm install; bower install; cd ../..; fi
28+ - if [ $TRAVIS_PHP_VERSION == "5.6" ]; then npm install -g grunt-cli; cd tests/netteForms; npm install; bower install; cd ../..; fi
2929
3030sudo : false
3131
You can’t perform that action at this time.
0 commit comments