Skip to content
Snippets Groups Projects
Commit 605f6c77 authored by Safwan Khan's avatar Safwan Khan
Browse files

MAGETWO-32363: Update composer files for PHP 5.6

- Added configuration for PHP 5.6 in Travis CI
parent e1c9b8f7
Branches
No related merge requests found
...@@ -2,6 +2,7 @@ language: php ...@@ -2,6 +2,7 @@ language: php
php: php:
- 5.4 - 5.4
- 5.5 - 5.5
- 5.6
env: env:
- TEST_SUITE=unit - TEST_SUITE=unit
- TEST_SUITE=integration - TEST_SUITE=integration
...@@ -14,6 +15,12 @@ matrix: ...@@ -14,6 +15,12 @@ matrix:
env: TEST_SUITE=static_phpcs env: TEST_SUITE=static_phpcs
- php: 5.4 - php: 5.4
env: TEST_SUITE=static_annotation env: TEST_SUITE=static_annotation
- php: 5.6
env: TEST_SUITE=static_phpcs
- php: 5.6
env: TEST_SUITE=static_annotation
allow_failures:
- php: 5.6
before_install: before_install:
- sudo apt-get update -qq - sudo apt-get update -qq
- sudo apt-get install -y -qq postfix - sudo apt-get install -y -qq postfix
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment