Updating travis provisioner

Travis will now be more resilient to `composer self-update` failures
This commit is contained in:
Daniel Hensby 2015-06-15 10:31:25 +01:00
parent 1608d8384d
commit fee832f5fa
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ matrix:
env: DB=MYSQL CORE_RELEASE=3.1 QUEUEDJOBS=1
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 [ \"$SUBSITES\" = \"\" -a \"$QUEUEDJOBS\" = \"\" ]; then php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss; fi"