Skip to content

Commit 50e2f3d

Browse files
authored
Update travis matrixes
- `sudo required` is no longer supported - `os` is required - `matrix` is renamed to `jobs` Updated Magento and php versions, since some branches no longer existed.
1 parent 2bdb21e commit 50e2f3d

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.travis.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
sudo: required
1+
os: linux
22
dist: trusty
33
group: edge
44
addons:
@@ -11,23 +11,23 @@ addons:
1111
hosts:
1212
- magento2.travis
1313
language: php
14-
matrix:
14+
jobs:
1515
include:
16-
- php: 7.2
16+
- php: 7.3
1717
env:
18-
- MAGENTO_VERSION=2.3
19-
- TEST_SUITE=integration
20-
- php: 7.2
18+
- MAGENTO_VERSION=2.3
19+
- TEST_SUITE=integration
20+
- php: 7.3
2121
env:
22-
- MAGENTO_VERSION=2.3-develop
23-
- TEST_SUITE=integration
24-
- php: 7.1
22+
- MAGENTO_VERSION=2.4-develop
23+
- TEST_SUITE=integration
24+
- php: 7.2
2525
env:
26-
- MAGENTO_VERSION=2.3-develop
27-
- TEST_SUITE=integration
28-
- php: 7.1
26+
- MAGENTO_VERSION=2.3
27+
- TEST_SUITE=integration
28+
- php: 7.2
2929
env:
30-
- MAGENTO_VERSION=2.2-develop
30+
- MAGENTO_VERSION=2.4-develop
3131
- TEST_SUITE=integration
3232
- php: 7.1
3333
env:

0 commit comments

Comments
 (0)