mirror of
https://github.com/retailcrm/graphql-php.git
synced 2025-04-04 13:13:30 +03:00
Attempting to fix broken HHVM build in Travis
This commit is contained in:
parent
4eb68bf63f
commit
56eaaa2400
1 changed files with 6 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue