We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edfb8c7 commit b8bb133Copy full SHA for b8bb133
1 file changed
.travis.yml
@@ -6,43 +6,12 @@ sudo: false
6
7
matrix:
8
include:
9
- # Sylius 1.4
10
- -
11
- php: 7.2
12
- env:
13
- - DEPENDENCY_VERSIONS="sylius/sylius:1.4.*"
14
15
- php: 7.3
16
17
18
- # Sylius 1.5
19
20
21
22
- - DEPENDENCY_VERSIONS="sylius/sylius:1.5.*"
23
24
25
26
27
- # Sylius 1.6
28
29
30
31
- - DEPENDENCY_VERSIONS="sylius/sylius:1.6.*"
32
33
34
35
36
# Sylius 1.7
37
-
38
php: 7.3
39
env:
40
- DEPENDENCY_VERSIONS="sylius/sylius:1.7.*"
41
42
- php: 7.4
43
44
- - DEPENDENCY_VERSIONS="sylius/sylius:1.7.*"
45
+
46
cache:
47
yarn: true
48
directories:
0 commit comments