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:01:44 +01:00
parent 070978ecc0
commit 82681d3073
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ matrix:
before_script:
- phpenv rehash
- composer self-update
- composer self-update || true
- git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support
- php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss
- cd ~/builds/ss