Merge pull request #4277 from dhensby/travis-fix

Make travis more resilient to composer self-update
This commit is contained in:
Ingo Schommer 2015-06-15 09:59:03 +12:00
commit d3e1b58364

View File

@ -41,7 +41,7 @@ matrix:
- sudo apt-get install -y tidy
before_script:
- composer self-update
- composer self-update || true
- phpenv rehash
- git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support
- "if [ \"$BEHAT_TEST\" = \"\" ]; then php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss; fi"