-
Notifications
You must be signed in to change notification settings - Fork 7
/
.travis.yml
47 lines (42 loc) · 1022 Bytes
/
.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
47
language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
matrix:
allow_failures:
- php: 5.3
- php: 7.0
fast_finish: true
env:
global:
- MAGENTO_DB_ALLOWSAME=1
- SKIP_CLEANUP=1
- TEST_BASEDIR=.modman/ApiPlus/dev/tests/apiplus
matrix:
- MAGENTO_VERSION=magento-mirror-1.9.2.4
- MAGENTO_VERSION=magento-mirror-1.9.2.3
- MAGENTO_VERSION=magento-mirror-1.9.2.2
- MAGENTO_VERSION=magento-mirror-1.9.2.1
- MAGENTO_VERSION=magento-mirror-1.9.2.0
- MAGENTO_VERSION=magento-mirror-1.9.1.1
- MAGENTO_VERSION=magento-mirror-1.9.1.0
- MAGENTO_VERSION=magento-mirror-1.9.0.1
- MAGENTO_VERSION=magento-mirror-1.9.0.0
- MAGENTO_VERSION=magento-mirror-1.8.1.0
- MAGENTO_VERSION=magento-mirror-1.8.0.0
- MAGENTO_VERSION=magento-mirror-1.7.0.2
mysql:
database: magento
username: root
encoding: utf8
script:
- bash ./setup/run.sh
notifications:
email:
recipients:
on_success: always
on_failure: always