File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ matrix:
17
17
script :
18
18
- vendor/bin/tester tests -s -c tests/php-unix.ini $coverageArgs
19
19
- php temp/code-checker/src/code-checker.php --short-arrays --strict-types -i netteForms
20
- - if [ $TRAVIS_PHP_VERSION == "7.1 " ]; then grunt --gruntfile=tests/netteForms/Gruntfile.js test; fi
20
+ - if [ "$dependencies " ]; then grunt --gruntfile=tests/netteForms/Gruntfile.js test; fi
21
21
22
22
after_failure :
23
23
# Print *.actual content
@@ -27,7 +27,7 @@ before_script:
27
27
# Install Nette Tester & Code Checker
28
28
- travis_retry composer update --no-interaction --prefer-dist $dependencies
29
29
- travis_retry composer create-project nette/code-checker temp/code-checker ~2.8 --no-interaction
30
- - if [ $TRAVIS_PHP_VERSION == "7.1 " ]; then npm install -g grunt-cli; cd tests/netteForms; npm install; cd ../..; fi
30
+ - if [ "$dependencies " ]; then npm install -g grunt-cli; cd tests/netteForms; npm install; cd ../..; fi
31
31
- if [ "$coverage" == "on" ]; then coverageArgs="-p phpdbg --coverage ./coverage.xml --coverage-src ./src"; fi
32
32
33
33
after_script :
You can’t perform that action at this time.
0 commit comments