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 1, 2018
1 parent d02612d commit c425c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ before_script:

script:
# Check for syntax errors.
- find application/ -type f -name "*.php" -exec php -l {} \; | grep -v 'No syntax errors'
- find application/ -type f -name "*.php" -exec php -l {} \; | grep -v 'No syntax errors' || true
# Run tests.
- DOMAIN=localhost phpunit

0 comments on commit c425c27

Please sign in to comment.