Skip to content

Commit

Permalink
Dev: Ignore Travis syntax check result
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Jun 5, 2018
1 parent dcb6b35 commit 58083d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -68,6 +68,7 @@ before_script:
- java -jar selenium-server-standalone-3.7.1.jar -enablePassThrough false > /dev/null 2> /dev/null &

script:
<<<<<<< HEAD
# Check for syntax errors. This line will never halt the tests.
- find application/ -type f -name "*.php" -exec php -l {} \; | grep -v 'No syntax errors' || true
# Run the tests.
Expand Down

0 comments on commit 58083d6

Please sign in to comment.