Skip to content

Commit

Permalink
do not test HHVM on Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
othillo committed Dec 11, 2017
1 parent 3ac6036 commit 8dec0d2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,13 @@ php:
- 7.0
- 7.1
- 7.2
- hhvm
- hhvm-nightly

matrix:
include:
- php: 7.0
env: UUID_VERSION='~2.0'
- php: 7.0
env: UUID_VERSION='~3.0'
allow_failures:
- php: hhvm
- php: hhvm-nightly

before_install:
- if [ "$UUID_VERSION" != "" ]; then composer require --dev --no-update ramsey/uuid=$UUID_VERSION; fi
Expand Down

0 comments on commit 8dec0d2

Please sign in to comment.