Skip to content

Commit

Permalink
retry mage-test-stand setup if it fails
Browse files Browse the repository at this point in the history
  • Loading branch information
tkn98 committed Nov 4, 2015
1 parent b11ca07 commit c970c7e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
- MAGENTO_VERSION=magento-ce-1.7.0.2
- MAGENTO_VERSION=magento-ce-1.6.2.0
script:
- curl -sSL https://raw.githubusercontent.com/AOEpeople/MageTestStand/master/setup.sh | bash
- travis_retry ./build/mage-test-stand-setup.sh
notifications:
email:
recipients:
Expand Down
5 changes: 5 additions & 0 deletions build/mage-test-stand-setup.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash
set -euo pipefail
IFS=$'\n\t'

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

0 comments on commit c970c7e

Please sign in to comment.