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 1e82897 commit 6416b71Copy full SHA for 6416b71
.travis.yml
@@ -2,21 +2,27 @@ language: php
2
3
php:
4
# - 5.3 # requires old distro
5
- - 5.4
6
- - 5.5
+# - 5.4 # requires old distro
+# - 5.5 # requires old distro
7
- 5.6
8
- 7.0
9
- 7.1
10
- 7.2
11
+ - 7.3
12
+ - 7.4
13
- hhvm # ignore errors, see below
14
15
# lock distro so new future defaults will not break the build
-dist: trusty
16
+dist: xenial
17
18
matrix:
19
include:
20
- php: 5.3
21
dist: precise
22
+ - php: 5.4
23
+ dist: trusty
24
+ - php: 5.5
25
26
allow_failures:
27
- php: hhvm
28
0 commit comments