mirror of
https://github.com/retailcrm/graphql-php.git
synced 2024-11-22 04:46:04 +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
|
language: php
|
||||||
|
|
||||||
|
# Required for HHVM, see https://github.com/travis-ci/travis-ci/issues/7712
|
||||||
|
dist: trusty
|
||||||
|
|
||||||
php:
|
php:
|
||||||
- 5.4
|
- 5.4
|
||||||
- 5.5
|
- 5.5
|
||||||
@ -9,8 +12,9 @@ php:
|
|||||||
- hhvm
|
- hhvm
|
||||||
- nightly
|
- nightly
|
||||||
|
|
||||||
allow_failures:
|
matrix:
|
||||||
- php: nightly
|
allow_failures:
|
||||||
|
- php: nightly
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
|
Loading…
Reference in New Issue
Block a user