mirror of
https://github.com/silverstripe/silverstripe-fulltextsearch
synced 2024-10-22 14:05:29 +02:00
Updating travis provisioner
Travis will now be more resilient to `composer self-update` failures
This commit is contained in:
parent
1608d8384d
commit
fee832f5fa
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user