Skip to content

Commit aa2ed9d

Browse files
authored
Merge pull request microsoft#105 from Bilge/patch-2
Added `set -e` comment.
2 parents 9633608 + 1d89137 commit aa2ed9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ cache:
2020
- validation/frameworks
2121

2222
before_script:
23-
- set -e
23+
- set -e # Stop on first error.
2424
- phpenv config-rm xdebug.ini
2525
- 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
2626
- 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

Comments
 (0)