diff --git a/.drone.yml b/.drone.yml index 320891d9e..4e1523d21 100644 --- a/.drone.yml +++ b/.drone.yml @@ -55,7 +55,7 @@ kind: pipeline name: unit-php7.1 steps: - name: php7.1 - image: nextcloudci/php7.1:php7.1-15 + image: nextcloudci/php7.1:php7.1-16 environment: APP_NAME: deck CORE_BRANCH: master diff --git a/.travis.yml b/.travis.yml index 03cb6e24e..483d7d69a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,10 +9,10 @@ env: - CORE_BRANCH=master DB=mysql before_install: - - wget https://phar.phpunit.de/phpunit-5.7.phar - - chmod +x phpunit-5.7.phar + - wget https://phar.phpunit.de/phpunit-6.5.phar + - chmod +x phpunit-6.5.phar - mkdir bin - - mv phpunit-5.7.phar bin/phpunit + - mv phpunit-6.5.phar bin/phpunit - export PATH="$PWD/bin:$PATH" - phpunit --version - wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh