diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..9fbb90b --- /dev/null +++ b/.drone.yml @@ -0,0 +1,14 @@ +kind: pipeline +type: docker +name: CI build + +steps: + - name: rspec + image: guildeducation/rails:2.7.1-12.19.0 + commands: + - bundle install + - yarn install + - bundle exec rspec + when: + branch: + - master