summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorSean Molenaar <SMillerDev@users.noreply.github.com>2019-03-06 13:10:37 +0100
committerBenjamin Brahmer <info@b-brahmer.de>2019-03-06 13:10:37 +0100
commit71ba5a3ad1a1c9d867af68e72a4a19acd9ffe08d (patch)
treedebd3e30226df8def9e8f0bb30136c91db84184f /.travis.yml
parent6a4e56e7274d85bcbd0e2dcde7a61d8f7a4397ec (diff)
Fix generation commands and make them available in ./occ (#402)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml19
1 files changed, 5 insertions, 14 deletions
diff --git a/.travis.yml b/.travis.yml
index 4f1030a3c..597298a04 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,15 +2,15 @@ sudo: false
dist: trusty
language: php
php:
- - 7.0
- - 7.1
+ - 7.0.33
+ - 7.1.26
- 7.2
- 7.3
- nightly
env:
global:
- - CORE_BRANCH=stable14
+ - CORE_BRANCH=stable15
- MOZ_HEADLESS=1
matrix:
- DB=pgsql
@@ -20,16 +20,6 @@ matrix:
- env: DB=pgsql CORE_BRANCH=master
- php: nightly
include:
- - php: 7.1
- env: DB=sqlite
- - php: 7.2
- env: DB=sqlite
- - php: 7.1
- env: DB=mysql
- - php: 7.2
- env: DB=mysql
- - php: 7.2
- env: DB=pgsql CORE_BRANCH=master
- php: 7.3
env: DB=sqlite
- php: 7.3
@@ -59,9 +49,10 @@ before_script:
- ./occ app:check-code news
- ./occ background:cron # enable default cron
- php -S localhost:8080 &
- - cd apps/news
script:
+ - ./occ news:generate-explore --votes 100 "https://nextcloud.com/blogfeed"
+ - cd apps/news
- make test
after_failure: