Skip to content

Commit

Permalink
[TASK] Added travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
therouv committed Apr 2, 2016
1 parent cb6bb37 commit 81564dd
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
sudo: false
language: php

php:
- 5.4
- 5.5
- 5.6
- 7.0

env:
- MAGENTO_VERSION="magento-mirror-1.8.1.0"
- MAGENTO_VERSION="magento-mirror-1.9.0.1"
- MAGENTO_VERSION="magento-mirror-1.9.1.1"
- MAGENTO_VERSION="magento-mirror-1.9.2.1"
- MAGENTO_VERSION="magento-mirror-1.9.2.2"

matrix:
fast_finish: true
allow_failures:
- php: 5.6
- php: 7.0

script:
- curl --retry 2 --retry-delay 5 -f -sSL https://raw.githubusercontent.com/AOEpeople/MageTestStand/master/setup.sh | bash

0 comments on commit 81564dd

Please sign in to comment.