mirror of
https://github.com/retailcrm/graphql-php.git
synced 2024-11-21 20:36:05 +03:00
Attempting to fix broken HHVM build in Travis
This commit is contained in:
parent
4eb68bf63f
commit
56eaaa2400
@ -1,5 +1,8 @@
|
||||
language: php
|
||||
|
||||
# Required for HHVM, see https://github.com/travis-ci/travis-ci/issues/7712
|
||||
dist: trusty
|
||||
|
||||
php:
|
||||
- 5.4
|
||||
- 5.5
|
||||
@ -9,8 +12,9 @@ php:
|
||||
- hhvm
|
||||
- nightly
|
||||
|
||||
allow_failures:
|
||||
- php: nightly
|
||||
matrix:
|
||||
allow_failures:
|
||||
- php: nightly
|
||||
|
||||
cache:
|
||||
directories:
|
||||
|
Loading…
Reference in New Issue
Block a user