-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
.travis.yml
46 lines (41 loc) · 1.14 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
language: php
php:
- 5.5
- 5.6
- 7.0
- 7.1
- hhvm
env:
- MAGENTO_VERSION="magento-mirror-1.8.1.0"
- MAGENTO_VERSION="magento-mirror-1.9.0.1"
- MAGENTO_VERSION="magento-mirror-1.9.1.1"
- MAGENTO_VERSION="magento-mirror-1.9.2.1"
- MAGENTO_VERSION="magento-mirror-1.9.2.2"
- MAGENTO_VERSION="magento-mirror-1.9.2.3"
- MAGENTO_VERSION="magento-mirror-1.9.2.4"
- MAGENTO_VERSION="magento-mirror-1.9.3.0"
- MAGENTO_VERSION="magento-mirror-1.9.3.1"
- MAGENTO_VERSION="magento-mirror-1.9.3.2"
- MAGENTO_VERSION="magento-mirror-1.9.3.4"
matrix:
fast_finish: true
allow_failures:
- php: 7.0
- php: 7.1
- php: hhvm
exclude:
# Old Magento Versions are not officially supported to run with PHP 5.6
- php: 5.6
env: MAGENTO_VERSION="magento-mirror-1.8.1.0"
- php: 5.6
env: MAGENTO_VERSION="magento-mirror-1.9.0.1"
- php: 5.6
env: MAGENTO_VERSION="magento-mirror-1.9.1.1"
script:
- curl -sSL https://raw.githubusercontent.com/AOEpeople/MageTestStand/master/setup.sh | bash
notifications:
email:
recipients:
on_success: always
on_failure: always