forked from jasder/forgeplus
change trustie pileline
This commit is contained in:
parent
08521909ec
commit
3aa9e0a85a
|
@ -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
|
Loading…
Reference in New Issue