Skip to content

Commit

Permalink
update php versions travis.yml
Browse files Browse the repository at this point in the history
add 7.1, remove 5.5 (eol) and hhvm (installation fails on travis)
  • Loading branch information
mathroc committed Jun 5, 2017
1 parent 89f01b8 commit 106daa9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ language: php
sudo: false

php:
- 5.5
- 5.6
- 7.0
- hhvm
- 7.1

before_script:
- composer install -n
Expand Down

0 comments on commit 106daa9

Please sign in to comment.