We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6efd3f8 commit 147f33cCopy full SHA for 147f33c
.travis.yml
@@ -1,4 +1,4 @@
1
-sudo: required
+os: linux
2
dist: trusty
3
group: edge
4
addons:
@@ -11,21 +11,21 @@ addons:
11
hosts:
12
- magento2.travis
13
language: php
14
-matrix:
+jobs:
15
include:
16
- - php: 7.2
+ - php: 7.3
17
env:
18
- MAGENTO_VERSION=2.3
19
- TEST_SUITE=integration
20
21
22
- MAGENTO_VERSION=2.4-develop
23
24
- - php: 7.1
+ - php: 7.2
25
26
27
28
29
30
31
0 commit comments