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 1cbd9bc commit b44ef13Copy full SHA for b44ef13
.travis.yml
@@ -1,9 +1,10 @@
1
language: php
2
3
+addons:
4
+ apt:
5
+ packages:
6
+ - libxml2-utils
7
php:
- - 5.3
- - 5.4
- - 5.5
8
- 5.6
9
- "7.0"
10
- "7.1"
@@ -13,6 +14,29 @@ env:
13
14
- DEPENDENCIES="high"
15
- DEPENDENCIES="low"
16
17
+matrix:
18
+ fast_finish: true
19
+ include:
20
+ - php: 5.3
21
+ dist: precise
22
+ env: DEPENDENCIES="high"
23
24
25
+ env: DEPENDENCIES="low"
26
+ - php: 5.4
27
+ dist: trusty
28
29
30
31
32
+ - php: 5.5
33
34
35
36
37
38
+
39
+dist: xenial
40
sudo: false
41
42
before_install:
0 commit comments