Skip to content

Commit

Permalink
Drop HHVM support and added PHP 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
michalbundyra authored and weierophinney committed May 2, 2018
1 parent b8d0b97 commit 0a27032
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,17 @@ matrix:
- php: 7.1
env:
- DEPS=latest
- php: hhvm
- php: 7.2
env:
- DEPS=lowest
- php: hhvm
- php: 7.2
env:
- DEPS=locked
- php: hhvm
- php: 7.2
env:
- DEPS=latest
allow_failures:
- php: hhvm
- php: 7.2

before_install:
- if [[ $TEST_COVERAGE != 'true' ]]; then phpenv config-rm xdebug.ini || return 0 ; fi
Expand Down

0 comments on commit 0a27032

Please sign in to comment.