Skip to content

Commit 163bca1

Browse files
CI runs against all major PHP versions from 5.3 to 7.3
1 parent 65da996 commit 163bca1

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

.travis.yml

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,22 @@
11
language: php
22

3-
php:
4-
- 5.3
5-
- 5.4
6-
- 5.5
7-
- 5.6
3+
env:
4+
global:
5+
- DEPENDENCIES=no
86

97
matrix:
10-
allow_failures:
8+
include:
9+
- php: 5.3
10+
dist: precise
11+
- php: 5.4
12+
dist: precise
1113
- php: 5.6
14+
- php: 7.0
15+
- php: 7.1
16+
- php: 7.2
17+
- php: nightly
18+
allow_failures:
19+
- php: nightly
1220

1321
script:
1422
- mkdir -p build/logs

0 commit comments

Comments
 (0)