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 f0da420 commit 01027adCopy full SHA for 01027ad
1 file changed
.travis.yml
@@ -6,16 +6,13 @@ php:
6
- 5.6
7
- 7.0
8
- 7.1
9
- - nightly
+ - nightly # ignore errors, see below
10
+ - hhvm # ignore errors, see below
11
12
# lock distro so new future defaults will not break the build
-dist: precise
13
+dist: trusty
14
-# also test against HHVM, but require "trusty" and ignore errors
15
matrix:
16
- include:
17
- - php: hhvm
18
- dist: trusty
19
allow_failures:
20
- php: nightly
21
- php: hhvm
0 commit comments