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

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2016-03-30 18:04:31 +0300
committerJoas Schilling <nickvergessen@owncloud.com>2016-03-30 18:04:31 +0300
commit2002789f6de1e4dcb03257b31dcf4c5b715648f2 (patch)
treec7765ac69bbeb5e9d449f1e5d729fc6a070cc2f4
parent9f57db36591de1d7948af7eecda2f75bad167afc (diff)
Fix composer call
-rw-r--r--.travis.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index dbda281..78ab754 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -31,13 +31,12 @@ before_install:
- ./occ app:list
# Setup behat for integration tests
- - cd build/integration/
+ - cd apps/$APP_NAME/
+ - cd tests/integration/
- sh -c "if [ '$INTEGRATION' = '1' ]; then composer install; fi"
- cd ../../
script:
- - cd apps/$APP_NAME/
-
# Test the app
- sh -c "if [ '$CODECHECK' = '1' ]; then find . -name \*.php -exec php -l \"{}\" \;; fi"
- cd ../../