Skip to content

Commit

Permalink
[travis] Test PHP versions from 7.0 to 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks3w committed Feb 5, 2017
1 parent f161af7 commit 765f160
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,13 @@ cache:
matrix:
fast_finish: true
include:
- php: 5.3
- php: 7.0
env:
- COMPOSER_ARGUMENTS=--prefer-lowest
- php: 5.4
- php: 5.5
- php: 5.6
- php: 7.0
env:
- EXECUTE_TEST_COVERALLS=true
- php: 7.0
- php: 7.1
env:
- EXECUTE_CS_CHECK=true
- php: hhvm
Expand Down

0 comments on commit 765f160

Please sign in to comment.