Skip to content

Commit 30e0671

Browse files
committed
Remove HHVM from Travis testing.
Only because vfsStream does not support HHVM. Plates should work without issue on HHVM.
1 parent 64bc262 commit 30e0671

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.travis.yml

+2-10
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,21 @@
11
language: php
22

3-
sudo: false
4-
53
php:
64
- 5.3
75
- 5.4
86
- 5.5
97
- 5.6
108
- 7.0
119
- 7.1
12-
- hhvm
1310

14-
matrix:
15-
fast_finish: true
16-
allow_failures:
17-
- php: hhvm
18-
11+
sudo: false
12+
1913
cache:
2014
directories:
2115
- $HOME/.composer/cache
2216

2317
before_install:
2418
- travis_retry composer self-update
25-
26-
install:
2719
- travis_retry composer install --no-interaction --prefer-source
2820

2921
script:

0 commit comments

Comments
 (0)