forked from jasder/forgeplus
Update '.trustie-pipeline.yml'
This commit is contained in:
parent
ba1e3adbfa
commit
a94ea98431
|
@ -6,8 +6,12 @@ kind: pipeline
|
|||
arch: arm64
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
image: ruby
|
||||
- name: install
|
||||
image: composer
|
||||
commands:
|
||||
- bundle install --jobs=3 --retry=3
|
||||
- rake
|
||||
- composer install
|
||||
|
||||
- name: test
|
||||
image: php:7
|
||||
commands:
|
||||
- vendor/bin/phpunit --configuration config.xml
|
Loading…
Reference in New Issue