Skip to content

Commit

Permalink
allows hhvm trough --ignore-platform-reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandro Galli committed Jun 10, 2016
1 parent 7625489 commit 02b3f5b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ language: php
php:
- '7.0'
- nightly
- hhvm

env:
global:
Expand All @@ -14,6 +13,10 @@ matrix:
include:
- php: '7.0'
env: COMPOSER_FLAGS="--prefer-lowest"
- php: hhvm
env: COMPOSER_FLAGS="--prefer-lowest --ignore-platform-reqs"
- php: hhvm
env: COMPOSER_FLAGS="--ignore-platform-reqs"
- php: '7.0'
env: SYMFONY=2.8.*
- php: '7.0'
Expand Down

0 comments on commit 02b3f5b

Please sign in to comment.