We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa2a2bf + cdcbfcd commit 1cd444fCopy full SHA for 1cd444f
2 files changed
.travis.yml
@@ -3,6 +3,8 @@ php:
3
- 5.3
4
- 5.4
5
env:
6
+ - MAGE=1.9.0.1
7
+ - MAGE=1.8.1.0
8
- MAGE=1.7.0.2
9
- MAGE=1.6.2.0
10
- MAGE=1.5.1.0
.travis/composer.json
@@ -1,7 +1,7 @@
1
{
2
"require": {
- "ecomdev/mage-ci": "*",
- "mikey179/vfsStream": "*"
+ "ecomdev/mage-ci": "1.0.9",
+ "mikey179/vfsStream": "1.3.*"
},
"config": {
"bin-dir": "bin"
0 commit comments