From 799497e62f725726ae0473cce08c36e14a5bfcbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Sun, 28 Jul 2019 12:57:50 +0200 Subject: [PATCH] Bump phpunit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- .drone.yml | 2 +- .travis.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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