Skip to content

Commit

Permalink
Merge pull request #7 from ho-nl/travis
Browse files Browse the repository at this point in the history
Update .travis.yml for CI
  • Loading branch information
Fabian Schmengler committed May 24, 2016
2 parents 2ea96e2 + 9c808c9 commit 2f14b7e
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,24 @@ php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
matrix:
allow_failures:
- php: 5.6
- php: 7.0
- php: hhvm
env:
- MAGENTO_VERSION=magento-ce-1.9.1.0
- MAGENTO_VERSION=magento-ce-1.9.0.1
- MAGENTO_VERSION=magento-ce-1.8.1.0
- MAGENTO_VERSION=magento-ce-1.8.0.0
- MAGENTO_VERSION=magento-ce-1.7.0.2
- MAGENTO_VERSION=magento-ce-1.6.2.0
- MAGENTO_VERSION=magento-mirror-1.9.2.2
- MAGENTO_VERSION=magento-mirror-1.9.2.1
- MAGENTO_VERSION=magento-mirror-1.9.2.0
- MAGENTO_VERSION=magento-mirror-1.9.1.1
- MAGENTO_VERSION=magento-mirror-1.9.1.0
- MAGENTO_VERSION=magento-mirror-1.9.0.1
- MAGENTO_VERSION=magento-mirror-1.9.0.0
- MAGENTO_VERSION=magento-mirror-1.8.1.0
- MAGENTO_VERSION=magento-mirror-1.8.0.0
- MAGENTO_VERSION=magento-mirror-1.7.0.2
- MAGENTO_VERSION=magento-mirror-1.6.2.0
script:
- curl -sSL https://raw.githubusercontent.com/AOEpeople/MageTestStand/master/setup.sh | bash

0 comments on commit 2f14b7e

Please sign in to comment.