From 79a2d49d91e23fa57d1b9e73cf4c340a8dbfbe07 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 24 Feb 2015 18:07:16 +0100 Subject: [PATCH] Fix the travis target branch --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 80bb30e5..af8eafc1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ env: before_install: - wget https://raw.githubusercontent.com/owncloud/administration/master/travis-ci/before_install.sh - - bash ./before_install.sh contacts master $DB + - bash ./before_install.sh contacts stable8 $DB # - sudo add-apt-repository -y ppa:chris-lea/node.js # - sudo apt-get update