forked from coreshop/CoreShop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
71 lines (59 loc) · 1.29 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
sudo: false
language: php
services:
- redis
addons:
mariadb: '10.1'
hosts:
- pimcore-test.dev
env:
global:
- PIMCORE_ENVIRONMENT=test
- CORESHOP_TEST=1
- PIMCORE_TEST_DB_DSN="mysql://root@localhost/coreshop_test"
- CORESHOP_RUN_BEHAT=1
- CORESHOP_RUN_ECS=0
matrix:
include:
- sudo: required
php: 7.1
env:
- CORESHOP_RUN_ECS=1
- sudo: required
php: 7.1
env:
- PIMCORE_BRANCH="tags/v5.4.0"
- sudo: required
php: 7.2
env:
- PIMCORE_BRANCH="tags/v5.4.0"
- sudo: required
php: 7.1
env:
- PIMCORE_BRANCH="tags/v5.4.1"
- sudo: required
php: 7.2
env:
- PIMCORE_BRANCH="tags/v5.4.1"
- sudo: required
php: 7.1
env:
- PIMCORE_BRANCH="master"
- sudo: required
php: 7.2
env:
- PIMCORE_BRANCH="master"
allow_failures:
- env:
- CORESHOP_RUN_ECS=1
fast_finish: true
cache:
directories:
- $HOME/.cache/composer
install:
- etc/travis/install
script:
- etc/travis/script
notifications:
email:
- travis-ci@coreshop.org