Skip to content

Commit

Permalink
Adjust TravisCI PHP versions to include 7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
ronytomen committed May 9, 2018
1 parent f32ac92 commit 3f2a4da
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Expand Up @@ -5,10 +5,8 @@ php:
- '5.5'
- '5.6'
- '7.0'

matrix:
allow_failures:
- php: 7.0
- '7.1'
- '7.2'

before_script:
- if find . -name "*.php" -exec php -l {} 2>&1 \; | grep -iv "no syntax errors detected"; then exit 1; fi
Expand Down

0 comments on commit 3f2a4da

Please sign in to comment.