Skip to content

Commit

Permalink
Remove php 5.6 and add php 7.2 from travis
Browse files Browse the repository at this point in the history
  • Loading branch information
cocolabssas committed Feb 28, 2019
1 parent 53ace40 commit d72a5da
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Expand Up @@ -5,9 +5,8 @@ language: php
matrix:
fast_finish: true
include:
- php: 5.6
- php: 7.0
- php: 7.1

- php: 7.2

script:
- (! find . -type f -name "*.php" -exec php -l {} \; 2>&1 |grep -v "No syntax error" )

0 comments on commit d72a5da

Please sign in to comment.