Skip to content

Commit

Permalink
Merge pull request #284 from tkn98/patch-1
Browse files Browse the repository at this point in the history
[~BUGFIX] retry mage-test-stand setup if it fails
  • Loading branch information
sprankhub committed Nov 24, 2015
2 parents fafdf96 + e898caf commit 691e4b8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,26 @@
sudo: false
language: php
php:
- 5.3
- 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.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.0.1
- 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
- curl --retry 2 --retry-delay 5 -f -sSL https://raw.githubusercontent.com/AOEpeople/MageTestStand/master/setup.sh | bash
notifications:
email:
recipients:
Expand Down
3 changes: 3 additions & 0 deletions build/travis/mageteststand-setup.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

curl -sSL https://raw.githubusercontent.com/AOEpeople/MageTestStand/master/setup.sh | bash

0 comments on commit 691e4b8

Please sign in to comment.