From 876e92acb5c3335ad55da2ce6d28e4a596d5465c Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Tue, 15 Nov 2016 20:30:01 +0100 Subject: [PATCH 1/2] Update to 11 Signed-off-by: Morris Jobke --- appinfo/info.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index aaed5620a..b4855aeaf 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -7,6 +7,7 @@ Vinzenz Rosenkranz, Hendrik Leppelsack, Sander Brand, Jan-Christoph Borchardt 0.0.6 - + + From d1d7b4c913214074e9d6c3db4bea6d919953d8f4 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Tue, 15 Nov 2016 22:44:55 +0100 Subject: [PATCH 2/2] Actually test against NC Signed-off-by: Roeland Jago Douma --- .travis.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5cef6cf11..5b4203460 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,9 +16,9 @@ branches: before_install: # - composer install - - wget https://raw.githubusercontent.com/owncloud/administration/master/travis-ci/before_install.sh + - wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh - bash ./before_install.sh $APP_NAME $CORE_BRANCH $DB - - cd ../core + - cd ../server - php occ app:enable $APP_NAME script: @@ -40,12 +40,10 @@ matrix: env: DB=mysql - php: 7.0 env: DB=pgsql - - php: 5.4 - env: "DB=mysql CORE_BRANCH=stable8.2" - php: 5.4 env: "DB=mysql CORE_BRANCH=stable9" - php: 5.4 - env: "DB=mysql CORE_BRANCH=stable9.1" + env: "DB=mysql CORE_BRANCH=stable10" allow_failures: - php: hhvm fast_finish: true