Skip to content

Commit

Permalink
Fix for CI by using magento download mirrors - see netz98/n98-magerun…
Browse files Browse the repository at this point in the history
  • Loading branch information
sowebdev committed Nov 28, 2015
1 parent 45c86e4 commit d196018
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@ php:
env:
- MAGENTO_VERSION="magento-mirror-1.4.2.0"
- MAGENTO_VERSION="magento-mirror-1.5.1.0"
- MAGENTO_VERSION="magento-ce-1.6.2.0"
- MAGENTO_VERSION="magento-ce-1.7.0.2"
- MAGENTO_VERSION="magento-ce-1.8.1.0"
- MAGENTO_VERSION="magento-ce-1.9.0.1"
- MAGENTO_VERSION="magento-ce-1.9.1.0"
- MAGENTO_VERSION="magento-mirror-1.6.2.0"
- MAGENTO_VERSION="magento-mirror-1.7.0.2"
- MAGENTO_VERSION="magento-mirror-1.8.1.0"
- MAGENTO_VERSION="magento-mirror-1.9.1.1"
- MAGENTO_VERSION="magento-mirror-1.9.2.2"

matrix:
fast_finish: true
exclude:
# Newer Magento versions uses newer PHP versions
# Newer Magento versions use newer PHP versions
- php: 5.3
env: MAGENTO_VERSION="magento-ce-1.9.0.1"
env: MAGENTO_VERSION="magento-mirror-1.9.1.1"

- php: 5.3
env: MAGENTO_VERSION="magento-ce-1.9.1.0"
env: MAGENTO_VERSION="magento-mirror-1.9.2.2"

# Old Magento versions are not officially supported to run with PHP 5.5
- php: 5.5
Expand All @@ -37,10 +37,10 @@ matrix:
env: MAGENTO_VERSION="magento-mirror-1.5.1.0"

- php: 5.5
env: MAGENTO_VERSION="magento-ce-1.6.2.0"
env: MAGENTO_VERSION="magento-mirror-1.6.2.0"

- php: 5.5
env: MAGENTO_VERSION="magento-ce-1.7.0.2"
env: MAGENTO_VERSION="magento-mirror-1.7.0.2"

before_script:
- mysql -e 'CREATE DATABASE IF NOT EXISTS `magento_travis`;'
Expand Down

0 comments on commit d196018

Please sign in to comment.