Skip to content

Commit 33f7b9f

Browse files
committed
Update travis configuration to use current mirror repositories for Magento
1 parent 7fa5420 commit 33f7b9f

1 file changed

Lines changed: 10 additions & 12 deletions

File tree

.travis.yml

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,22 @@ php:
33
- 5.4
44
- 5.5
55
- 5.6
6-
- hhvm
76
matrix:
8-
allow_failures:
7+
exclude:
98
- php: 5.6
10-
env: MAGENTO_VERSION=magento-ce-1.7.0.2
9+
env: MAGENTO_VERSION=magento-mirror-1.7.0.2
1110
- php: 5.6
12-
env: MAGENTO_VERSION=magento-ce-1.8.0.0
11+
env: MAGENTO_VERSION=magento-mirror-1.8.0.0
1312
- php: 5.6
14-
env: MAGENTO_VERSION=magento-ce-1.8.1.0
13+
env: MAGENTO_VERSION=magento-mirror-1.8.1.0
1514
- php: 5.6
16-
env: MAGENTO_VERSION=magento-ce-1.9.0.1
17-
- php: hhvm
15+
env: MAGENTO_VERSION=magento-mirror-1.9.0.1
1816
env:
19-
- MAGENTO_VERSION=magento-ce-1.9.1.0
20-
- MAGENTO_VERSION=magento-ce-1.9.0.1
21-
- MAGENTO_VERSION=magento-ce-1.8.1.0
22-
- MAGENTO_VERSION=magento-ce-1.8.0.0
23-
- MAGENTO_VERSION=magento-ce-1.7.0.2
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
2422
script:
2523
- composer install --dev --no-interaction
2624
- phpunit --bootstrap=test/bootstrap.php test

0 commit comments

Comments
 (0)