Skip to content
Snippets Groups Projects
Commit a5fa3af3 authored by Lewis, Paul(plewis)'s avatar Lewis, Paul(plewis)
Browse files

Merge pull request #643 from magento-extensibility/develop

[Extensibility] MAGETWO-53343: Dropped PHP 5.5 builds from Travis
parents b366da3a b31867ec
No related merge requests found
...@@ -9,7 +9,6 @@ addons: ...@@ -9,7 +9,6 @@ addons:
- postfix - postfix
language: php language: php
php: php:
- 5.5
- 5.6 - 5.6
- 7.0 - 7.0
env: env:
...@@ -26,8 +25,6 @@ cache: ...@@ -26,8 +25,6 @@ cache:
directories: $HOME/.composer/cache directories: $HOME/.composer/cache
matrix: matrix:
exclude: exclude:
- php: 5.6
env: TEST_SUITE=static
- php: 7.0 - php: 7.0
env: TEST_SUITE=static env: TEST_SUITE=static
before_install: ./dev/travis/before_install.sh before_install: ./dev/travis/before_install.sh
......
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