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 9dc4970 commit 247796aCopy full SHA for 247796a
1 file changed
.travis.yml
@@ -1,22 +1,21 @@
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.0
9
- 7.1
10
- - hhvm
+ - 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
+ - php: 5.3
+ dist: precise
20
allow_failures:
21
- php: hhvm
22
0 commit comments