Skip to content

Commit

Permalink
Remove HHVM from Travis testing.
Browse files Browse the repository at this point in the history
Only because vfsStream does not support HHVM. Plates should work
without issue on HHVM.
  • Loading branch information
reinink committed Dec 27, 2016
1 parent 64bc262 commit 30e0671
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1,21 @@
language: php

sudo: false

php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- hhvm

matrix:
fast_finish: true
allow_failures:
- php: hhvm

sudo: false

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

before_install:
- travis_retry composer self-update

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

script:
Expand Down

0 comments on commit 30e0671

Please sign in to comment.