@@ -55,7 +55,7 @@ kind: pipeline
|
|||||||
name: unit-php7.1
|
name: unit-php7.1
|
||||||
steps:
|
steps:
|
||||||
- name: php7.1
|
- name: php7.1
|
||||||
image: nextcloudci/php7.1:php7.1-15
|
image: nextcloudci/php7.1:php7.1-16
|
||||||
environment:
|
environment:
|
||||||
APP_NAME: deck
|
APP_NAME: deck
|
||||||
CORE_BRANCH: master
|
CORE_BRANCH: master
|
||||||
|
|||||||
@@ -9,10 +9,10 @@ env:
|
|||||||
- CORE_BRANCH=master DB=mysql
|
- CORE_BRANCH=master DB=mysql
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- wget https://phar.phpunit.de/phpunit-5.7.phar
|
- wget https://phar.phpunit.de/phpunit-6.5.phar
|
||||||
- chmod +x phpunit-5.7.phar
|
- chmod +x phpunit-6.5.phar
|
||||||
- mkdir bin
|
- mkdir bin
|
||||||
- mv phpunit-5.7.phar bin/phpunit
|
- mv phpunit-6.5.phar bin/phpunit
|
||||||
- export PATH="$PWD/bin:$PATH"
|
- export PATH="$PWD/bin:$PATH"
|
||||||
- phpunit --version
|
- phpunit --version
|
||||||
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
|
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user