summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-05-12 19:19:22 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2016-05-12 19:19:22 +0200
commit1c6871b744d7f902bb1a5ab8c63259cb629016d6 (patch)
tree276e4bee5b6c7d4d0ee9e296f5d6ac1c10a578b3 /.travis.yml
parent374ea7e2d100737c4df360a0b6a311215aea7036 (diff)
also use occ to test for private api usage
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 00605e0d2..8604d21d7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -45,7 +45,7 @@ before_script:
- mkdir data
- ./occ maintenance:install --database-name oc_autotest --database-user oc_autotest --admin-user admin --admin-pass admin --database $DB --database-pass=''
- ./occ app:enable news
- - ./occ app:check-code new
+ - ./occ app:check-code news
- ./occ background:cron # enable default cron
- php -S localhost:8080 &
- cd apps/news