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
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
-
+
+