Skip to content

Commit

Permalink
Merge pull request #262 from guzzle/allow-hhvm-to-fail
Browse files Browse the repository at this point in the history
Allow HHVM to fail
  • Loading branch information
sagikazarmark committed Apr 1, 2019
2 parents 31ea59d + 5dae44e commit dcc698d
Showing 1 changed file with 17 additions and 12 deletions.
29 changes: 17 additions & 12 deletions .travis.yml
@@ -1,21 +1,26 @@
language: php

php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
- hhvm
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
- hhvm

matrix:
fast_finish: true
allow_failures:
- php: hhvm

cache:
directories:
- vendor
- $HOME/.composer/cache
directories:
- vendor
- $HOME/.composer/cache

install:
- travis_retry composer install --no-interaction --prefer-dist
- travis_retry composer install --no-interaction --prefer-dist

script: make test

0 comments on commit dcc698d

Please sign in to comment.