summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2019-05-08 09:47:20 +0200
committerJulius Härtl <jus@bitgrid.net>2019-05-08 09:47:20 +0200
commit413f67c01ef041bb51f15787a3f15db4e0b90297 (patch)
tree3bb02dc285262b4153ef8217fca37f87f494e067 /.drone.yml
parentd1d417b05a69971c3bec9807df2d9097087dc71a (diff)
Run composer for compatibility check as well
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index 6dd856c3..6d00054b 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -8,6 +8,7 @@ steps:
CORE_BRANCH: stable15
DB: sqlite
commands:
+ - composer install
- bash ./tests/drone-server-setup.sh $APP_NAME $CORE_BRANCH $DB
- cd ../server
- ./occ app:check-code $APP_NAME -c strong-comparison