Skip to content

Commit

Permalink
Merge pull request magento#776 from magento-engcom/remove-php-7.0-sup…
Browse files Browse the repository at this point in the history
…port-from-travis

Remove Support of PHP 7.0.* on Travis Builds
  • Loading branch information
maghamed authored Mar 27, 2018
2 parents 8c8cfa1 + 7862009 commit fad57a1
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ services:
- elasticsearch
language: php
php:
- 7.0
- 7.1
env:
global:
Expand All @@ -33,16 +32,6 @@ env:
- TEST_SUITE=integration INTEGRATION_INDEX=2
- TEST_SUITE=integration INTEGRATION_INDEX=3
- TEST_SUITE=functional
matrix:
exclude:
- php: 7.0
env: TEST_SUITE=static
- php: 7.0
env: TEST_SUITE=js GRUNT_COMMAND=spec
- php: 7.0
env: TEST_SUITE=js GRUNT_COMMAND=static
- php: 7.0
env: TEST_SUITE=functional
cache:
apt: true
directories:
Expand Down

0 comments on commit fad57a1

Please sign in to comment.