Skip to content
This repository was archived by the owner on Jan 26, 2022. It is now read-only.

Commit 6e8203e

Browse files
committed
Disable hhvm for now
1 parent 139ee15 commit 6e8203e

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.travis.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: php
22

33
sudo: false
4-
dist: trusty
54

65
php:
76
- "5.3"
@@ -11,15 +10,12 @@ php:
1110
- "7.0"
1211
- "7.1"
1312
- nightly
14-
- hhvm
13+
# - hhvm
1514

1615
matrix:
17-
include:
18-
- php: "5.3"
19-
dist: precise
2016
allow_failures:
2117
- php: nightly
22-
- php: hhvm
18+
# - php: hhvm
2319
fast_finish: true
2420

2521
cache:

0 commit comments

Comments
 (0)