Skip to content

Commit

Permalink
updated .travis.yml to avoid using directories out of TRAVIS_BUILD_DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianccm committed Sep 4, 2014
1 parent 7fbcd3d commit 317d328
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Expand Up @@ -15,12 +15,12 @@ env:
- MAGENTO_VERSION=magento-ce-1.8.0.0
- MAGENTO_VERSION=magento-ce-1.7.0.2
before_script:
- git clone https://github.com/AOEpeople/MageTestStand.git ${TRAVIS_BUILD_DIR}/../build-environment
- cp -rf ${TRAVIS_BUILD_DIR} ${TRAVIS_BUILD_DIR}/../build-environment/.modman/
- ${TRAVIS_BUILD_DIR}/../build-environment/install.sh
- git clone https://github.com/AOEpeople/MageTestStand.git ${TRAVIS_BUILD_DIR}/build-environment
- ln -s ${TRAVIS_BUILD_DIR} ${TRAVIS_BUILD_DIR}/build-environment/.modman/__testModule
- ${TRAVIS_BUILD_DIR}/build-environment/install.sh
script:
- cd ${TRAVIS_BUILD_DIR}/../build-environment/htdocs
- ${TRAVIS_BUILD_DIR}/../build-environment/bin/phpunit --colors -d display_errors=1
- cd ${TRAVIS_BUILD_DIR}/build-environment/htdocs
- ${TRAVIS_BUILD_DIR}/build-environment/bin/phpunit --colors -d display_errors=1
notifications:
email:
recipients:
Expand Down

0 comments on commit 317d328

Please sign in to comment.