Skip to content

Commit 13dd3ef

Browse files
committed
Fix travis builds and include new Magento relases
1 parent 2a0c67f commit 13dd3ef

File tree

1 file changed

+15
-16
lines changed

1 file changed

+15
-16
lines changed

.travis.yml

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,31 @@
11
sudo: false
22
language: php
3+
dist: trusty
34
php:
4-
- 5.3
5-
- 5.4
6-
- 5.5
7-
#- 5.6
8-
#- hhvm
5+
- 5.6
6+
- 7.0
7+
- 7.2
98
matrix:
10-
allow_failures:
11-
- php: 5.6
12-
- php: hhvm
9+
fast_finish: true
1310
include:
14-
- php: 5.3
11+
- php: 5.6
1512
dist: precise
13+
exclude:
14+
- env: MAGENTO_VERSION=magento-mirror-1.9.3.10
15+
php: 7.2
16+
1617
env:
1718
global:
1819
- MAGENTO_DB_ALLOWSAME=1
1920
- SKIP_CLEANUP=1
2021
- TEST_BASEDIR=.modman/Aoe_Scheduler/dev/tests/aoe_scheduler
22+
- MAGETESTSTAND_URL=https://github.com/tmotyl/MageTestStand.git
2123
matrix:
22-
- MAGENTO_VERSION=magento-mirror-1.9.2.2
23-
- MAGENTO_VERSION=magento-mirror-1.9.1.1
24-
- MAGENTO_VERSION=magento-mirror-1.9.0.1
25-
- MAGENTO_VERSION=magento-mirror-1.8.1.0
26-
- MAGENTO_VERSION=magento-mirror-1.8.0.0
27-
# - MAGENTO_VERSION=magento-mirror-1.7.0.2
24+
- MAGENTO_VERSION=magento-mirror-1.9.4.1
25+
- MAGENTO_VERSION=magento-mirror-1.9.3.10
26+
2827
script:
29-
- curl -sSL https://raw.githubusercontent.com/AOEpeople/MageTestStand/plain_phpunit/setup.sh | bash
28+
- curl -sSL https://raw.githubusercontent.com/tmotyl/MageTestStand/dev/setup.sh | bash
3029
notifications:
3130
email:
3231
recipients:

0 commit comments

Comments
 (0)