forked from instride-ch/pimcore-data-definitions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
81 lines (67 loc) · 1.51 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
72
73
74
75
76
77
78
79
80
81
sudo: false
language: php
addons:
mariadb: '10.2'
hosts:
- pimcore-test.dev
services:
- mysql
env:
global:
- PIMCORE_ENVIRONMENT=test
- PIMCORE_TEST_DB_DSN="mysql://root@localhost/im_test"
- PIMCORE_VERSION="~6.5"
- IM_TEST=1
- IM_SUITE=application
- SYMFONY_VERSION="^3.4"
matrix:
include:
- sudo: required
php: 7.3
env:
- IM_SUITE=codestyle
- sudo: required
php: 7.3
env:
- IM_SUITE=stan
- sudo: required
php: 7.2
- sudo: required
php: 7.3
- sudo: required
php: 7.2
env:
- SYMFONY_VERSION="^4.0"
- sudo: required
php: 7.3
env:
- SYMFONY_VERSION="^4.0"
- sudo: required
php: 7.2
env:
- PIMCORE_VERSION="dev-master"
- SYMFONY_VERSION="^4.0"
- sudo: required
php: 7.3
env:
- PIMCORE_VERSION="dev-master"
- SYMFONY_VERSION="^4.0"
allow_failures:
- env:
- IM_SUITE=codestyle
- env:
- PIMCORE_VERSION="dev-master"
- env:
- PIMCORE_VERSION="dev-master"
- SYMFONY_VERSION="^4.0"
fast_finish: true
cache:
directories:
- $HOME/.cache/composer
install:
- etc/travis/install
script:
- etc/travis/script
notifications:
email: