Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Mar 29, 2017
1 parent 150032d commit 571b36c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ matrix:
script:
- vendor/bin/tester tests -s -c tests/php-unix.ini $coverageArgs
- php temp/code-checker/src/code-checker.php --short-arrays --strict-types -i netteForms
- if [ $TRAVIS_PHP_VERSION == "7.1" ]; then grunt --gruntfile=tests/netteForms/Gruntfile.js test; fi
- if [ "$dependencies" ]; then grunt --gruntfile=tests/netteForms/Gruntfile.js test; fi

after_failure:
# Print *.actual content
Expand All @@ -27,7 +27,7 @@ before_script:
# Install Nette Tester & Code Checker
- travis_retry composer update --no-interaction --prefer-dist $dependencies
- travis_retry composer create-project nette/code-checker temp/code-checker ~2.8 --no-interaction
- if [ $TRAVIS_PHP_VERSION == "7.1" ]; then npm install -g grunt-cli; cd tests/netteForms; npm install; cd ../..; fi
- if [ "$dependencies" ]; then npm install -g grunt-cli; cd tests/netteForms; npm install; cd ../..; fi
- if [ "$coverage" == "on" ]; then coverageArgs="-p phpdbg --coverage ./coverage.xml --coverage-src ./src"; fi

after_script:
Expand Down

0 comments on commit 571b36c

Please sign in to comment.