Initial commit
This commit is contained in:
9
wp-content/plugins/authLdap-2.3.1/.travis.install.sh
Normal file
9
wp-content/plugins/authLdap-2.3.1/.travis.install.sh
Normal file
@ -0,0 +1,9 @@
|
||||
set -x
|
||||
if [ "$TRAVIS_PHP_VERSION" = 'hhvm' ] || [ "$TRAVIS_PHP_VERSION" = 'hhvm-nightly' ] ; then
|
||||
curl -sS https://getcomposer.org/installer > composer-installer.php
|
||||
hhvm composer-installer.php
|
||||
hhvm -v ResourceLimit.SocketDefaultTimeout=30 -v Http.SlowQueryThreshold=30000 composer.phar update --prefer-source
|
||||
else
|
||||
composer self-update
|
||||
composer update --prefer-source
|
||||
fi
|
||||
Reference in New Issue
Block a user