Skip to content

Commit

Permalink
Fix travis builds and include new Magento relases
Browse files Browse the repository at this point in the history
  • Loading branch information
tmotyl committed Jun 5, 2019
1 parent 2a0c67f commit 13dd3ef
Showing 1 changed file with 15 additions and 16 deletions.
31 changes: 15 additions & 16 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,32 +1,31 @@
sudo: false
language: php
dist: trusty
php:
- 5.3
- 5.4
- 5.5
#- 5.6
#- hhvm
- 5.6
- 7.0
- 7.2
matrix:
allow_failures:
- php: 5.6
- php: hhvm
fast_finish: true
include:
- php: 5.3
- php: 5.6
dist: precise
exclude:
- env: MAGENTO_VERSION=magento-mirror-1.9.3.10
php: 7.2

env:
global:
- MAGENTO_DB_ALLOWSAME=1
- SKIP_CLEANUP=1
- TEST_BASEDIR=.modman/Aoe_Scheduler/dev/tests/aoe_scheduler
- MAGETESTSTAND_URL=https://github.com/tmotyl/MageTestStand.git
matrix:
- MAGENTO_VERSION=magento-mirror-1.9.2.2
- MAGENTO_VERSION=magento-mirror-1.9.1.1
- MAGENTO_VERSION=magento-mirror-1.9.0.1
- MAGENTO_VERSION=magento-mirror-1.8.1.0
- MAGENTO_VERSION=magento-mirror-1.8.0.0
# - MAGENTO_VERSION=magento-mirror-1.7.0.2
- MAGENTO_VERSION=magento-mirror-1.9.4.1
- MAGENTO_VERSION=magento-mirror-1.9.3.10

script:
- curl -sSL https://raw.githubusercontent.com/AOEpeople/MageTestStand/plain_phpunit/setup.sh | bash
- curl -sSL https://raw.githubusercontent.com/tmotyl/MageTestStand/dev/setup.sh | bash
notifications:
email:
recipients:
Expand Down

0 comments on commit 13dd3ef

Please sign in to comment.