We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
set -e
1 parent 9633608 commit 1d89137Copy full SHA for 1d89137
.travis.yml
@@ -20,7 +20,7 @@ cache:
20
- validation/frameworks
21
22
before_script:
23
- - set -e
+ - set -e # Stop on first error.
24
- phpenv config-rm xdebug.ini
25
- if find . -name "*.php" -path "./src/*" -path "./experiments/*" -path "./tools/*" -path "./syntax-visualizer/server/src/*" -exec php -l {} 2>&1 \; | grep "syntax error, unexpected"; then exit 1; fi
26
- if find . -name "*.php" -path "./tests/*" -path "./validation/*" -maxdepth 0 --exec php -l {} 2>&1 \; | grep "syntax error, unexpected"; then exit 1; fi
0 commit comments