Skip to content

Commit 605f6c7

Browse files
author
Safwan Khan
committed
MAGETWO-32363: Update composer files for PHP 5.6
- Added configuration for PHP 5.6 in Travis CI
1 parent e1c9b8f commit 605f6c7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ language: php
22
php:
33
- 5.4
44
- 5.5
5+
- 5.6
56
env:
67
- TEST_SUITE=unit
78
- TEST_SUITE=integration
@@ -14,6 +15,12 @@ matrix:
1415
env: TEST_SUITE=static_phpcs
1516
- php: 5.4
1617
env: TEST_SUITE=static_annotation
18+
- php: 5.6
19+
env: TEST_SUITE=static_phpcs
20+
- php: 5.6
21+
env: TEST_SUITE=static_annotation
22+
allow_failures:
23+
- php: 5.6
1724
before_install:
1825
- sudo apt-get update -qq
1926
- sudo apt-get install -y -qq postfix

0 commit comments

Comments
 (0)