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 c50c72b + 6f63095 commit 869aabdCopy full SHA for 869aabd
.travis.yml
@@ -1,17 +1,20 @@
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
+ - hhvm # ignore errors, see below
10
+
11
+# lock distro so new future defaults will not break the build
12
+dist: trusty
13
-# also test against HHVM, but require "trusty" and ignore errors
14
matrix:
15
include:
- - php: hhvm
- dist: trusty
16
+ - php: 5.3
17
+ dist: precise
18
allow_failures:
19
- php: hhvm
20
0 commit comments