summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 7e6698f67..6325a5ebd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,6 +18,7 @@ matrix:
env:
matrix:
- DB=mysql
+ - CORE_BRANCH=stable8.1
before_install:
# get a newer node.js version
@@ -35,7 +36,7 @@ install:
- sudo easy_install3 requests
- sudo easy_install3 ocdev
# clone core
- - ocdev setup core --dir owncloud --branch stable8.1 --no-history
+ - ocdev setup core --dir owncloud --branch $CORE_BRANCH --no-history
- mv news owncloud/apps/
before_script: