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 63869cb commit 0c22ed0Copy full SHA for 0c22ed0
1 file changed
.travis.yml
@@ -1,24 +1,12 @@
1
language: php
2
php:
3
- - 5.4
4
- - 5.5
5
- 5.6
6
-matrix:
7
- exclude:
8
- - php: 5.6
9
- env: MAGENTO_VERSION=magento-mirror-1.7.0.2
10
11
- env: MAGENTO_VERSION=magento-mirror-1.8.0.0
12
13
- env: MAGENTO_VERSION=magento-mirror-1.8.1.0
14
15
- env: MAGENTO_VERSION=magento-mirror-1.9.0.1
+ - 7.0
+ - 7.1
16
env:
+ - MAGENTO_VERSION=magento-mirror-1.9.4.0
17
- MAGENTO_VERSION=magento-mirror-1.9.2.2
18
- MAGENTO_VERSION=magento-mirror-1.9.1.0
19
- - MAGENTO_VERSION=magento-mirror-1.9.0.1
20
- - MAGENTO_VERSION=magento-mirror-1.8.1.0
21
- - MAGENTO_VERSION=magento-mirror-1.7.0.2
22
script:
23
- composer install --dev --no-interaction
24
- phpunit
0 commit comments