Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrantje <brantje@gmail.com>2017-10-29 13:21:03 +0300
committerbrantje <brantje@gmail.com>2017-10-29 13:21:03 +0300
commit04dff2dfbc13b88e41bfdfefcfbfb9a06dc027e0 (patch)
tree0f9c79d35f413da60c494d3ceb1e0cd4370fa810
parent6e76636469fa2b9b4e0c9f8476050824da134a8b (diff)
fix
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 0154df2f..89a25e23 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -45,7 +45,7 @@ before_script:
- php -S localhost:8080 &
- cd apps/$APP_NAME/
- - cp /home/travis/build/$CLOUD/server/composer.json .
+ - sh -c "if [ '$CLOUD' = 'nextcloud' ]; then cp /home/travis/build/nextcloud/server/composer.json .; fi;"
- mkdir -p build
- curl -sSL https://phar.phpunit.de/phpunit-5.7.phar -o build/phpunit.phar