Skip to content

Commit 55af2d1

Browse files
committed
Test against PHP 5.6
1 parent dd4d778 commit 55af2d1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ cache:
88

99
## PHP versions we test against
1010
php:
11+
- 5.6
1112
- 7.0
1213
- 7.1
1314
- nightly
@@ -19,6 +20,10 @@ env:
1920
## Build matrix for lowest and highest possible targets
2021
matrix:
2122
include:
23+
- php: 5.6
24+
env:
25+
- dependencies=lowest
26+
- coverage=false
2227
- php: 7.0
2328
env:
2429
- dependencies=lowest
@@ -31,6 +36,10 @@ matrix:
3136
env:
3237
- dependencies=lowest
3338
- coverage=false
39+
- php: 5.6
40+
env:
41+
- dependencies=highest
42+
- coverage=false
3443
- php: 7.0
3544
env:
3645
- dependencies=highest

0 commit comments

Comments
 (0)