summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorSean Molenaar <SMillerDev@users.noreply.github.com>2019-03-14 14:47:05 +0100
committerBenjamin Brahmer <info@b-brahmer.de>2019-03-14 15:06:58 +0100
commite50906dcb23e867afb0d82abb93c10fe2bdf617a (patch)
treec69c29fcf9daadd935d0235c07d25a473157583a /.travis.yml
parent9cf894fd07aca48bf17e60f3bcdc10085618fc30 (diff)
Fix redirect for nextcloud blog
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 597298a04..e9d388524 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -51,7 +51,7 @@ before_script:
- php -S localhost:8080 &
script:
- - ./occ news:generate-explore --votes 100 "https://nextcloud.com/blogfeed"
+ - ./occ news:generate-explore --votes 100 "https://nextcloud.com/blog/feed/"
- cd apps/news
- make test