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