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.
2 parents c6111a2 + 877ab0e commit 2ffde0bCopy full SHA for 2ffde0b
.travis.yml
@@ -1,17 +1,22 @@
1
language: php
2
3
php:
4
- - 5.3
+# - 5.3 # requires old distro, see below
5
- 5.4
6
- 5.5
7
- 5.6
8
- 7
9
+ - 7.1
10
+ - 7.2
11
+ - hhvm # ignore errors, see below
12
+
13
+# lock distro so future defaults will not break the build
14
+dist: trusty
15
-# also test against HHVM, but require "trusty" and ignore errors
16
matrix:
17
include:
- - php: hhvm
- dist: trusty
18
+ - php: 5.3
19
+ dist: precise
20
allow_failures:
21
- php: hhvm
22
0 commit comments