We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff5e343 commit 66abc75Copy full SHA for 66abc75
1 file changed
.travis.yml
@@ -6,17 +6,13 @@ php:
6
- 5.6
7
- 7.0
8
- 7.1
9
- - nightly
10
- - hhvm
+ - nightly # ignore errors, see below
+ - hhvm # ignore errors, see below
11
12
# lock distro so new future defaults will not break the build
13
-dist: precise
+dist: trusty
14
15
-# also test against HHVM, but require "trusty" and ignore errors
16
matrix:
17
- include:
18
- - php: hhvm
19
- dist: trusty
20
allow_failures:
21
- php: hhvm
22
- php: nightly
0 commit comments