Skip to content

Commit 3566bab

Browse files
committed
travis: fixed JS test
1 parent 211314c commit 3566bab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ matrix:
1515
script:
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

2020
after_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

3030
sudo: false
3131

0 commit comments

Comments
 (0)