This commit is contained in:
parent
8b6f201a0b
commit
df1a3e6512
9
.drone.yml
Normal file
9
.drone.yml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
kind: pipeline
|
||||||
|
name: default
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: test
|
||||||
|
image: ruby
|
||||||
|
commands:
|
||||||
|
- bundle install --jobs=3 --retry=3
|
||||||
|
- rake test
|
Loading…
x
Reference in New Issue
Block a user