summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 77884af2d..d33afe5e2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -54,11 +54,13 @@ before_script:
- cd owncloud
- mkdir data
- ./occ maintenance:install --database-name oc_autotest --database-user oc_autotest --admin-user admin --admin-pass admin --database $DB --database-pass=''
+ - cd apps/news
+ - make
+ - cd ../../
- ./occ app:enable news
- ./occ background:cron # enable default cron
- ocdev server &
- cd apps/news
- - make
script:
# unit tests