change trustie pileline

This commit is contained in:
Jason 2020-08-27 11:11:02 +08:00
parent 08521909ec
commit 3aa9e0a85a
1 changed files with 9 additions and 14 deletions

View File

@ -1,17 +1,12 @@
kind: pipeline
name: default
name: default
platform:
os: linux
arch: arm64
platform:
os: linux
arch: arm64
steps:
- name: install
image: composer
commands:
- composer install
- name: test
image: php:7
commands:
- vendor/bin/phpunit --configuration config.xml
steps:
- name: test
image: ruby
commands:
- bundle install --jobs=3 --retry=3