Skip to content

Commit 8498f5f

Browse files
committed
Ignore php version for hhvm on travis
1 parent b186ab1 commit 8498f5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ php:
88
before_script:
99
## Composer
1010
- composer self-update
11-
- composer install --prefer-source --no-interaction --dev
11+
- composer install --prefer-source --no-interaction --dev --ignore-platform-reqs
1212

1313
script: phpunit
1414

0 commit comments

Comments
 (0)