Skip to content

Commit 6a8af2a

Browse files
committed
Travis: test also missing PHP 5.6
1 parent 9a712df commit 6a8af2a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: .travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: php
22
php:
3+
- 5.6
34
- 7.0
45
- 7.1
56
- hhvm
@@ -13,6 +14,10 @@ matrix:
1314
- php: hhvm-nightly
1415

1516
include:
17+
- php: 5.6
18+
env: COMPOSER_FLAG=--prefer-lowest
19+
- php: 5.6
20+
env: COMPOSER_FLAG=--prefer-stable
1621
- php: 7.0
1722
env: COMPOSER_FLAG=--prefer-lowest
1823
- php: 7.0

0 commit comments

Comments
 (0)