mirror of
https://github.com/silverstripe/silverstripe-postgresql
synced 2024-10-22 17:05:45 +02:00
Updating travis provisioner
Travis will now be more resilient to `composer self-update` failures
This commit is contained in:
parent
f6229a4ebb
commit
31abb29c5d
@ -8,7 +8,7 @@ env:
|
|||||||
- DB=POSTGRESQL CORE_RELEASE=master
|
- DB=POSTGRESQL CORE_RELEASE=master
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- composer self-update
|
- composer self-update || true
|
||||||
- phpenv rehash
|
- phpenv rehash
|
||||||
- git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support
|
- git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support
|
||||||
- php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss
|
- php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss
|
||||||
|
Loading…
Reference in New Issue
Block a user