Add .gitlab-ci.yml

This commit is contained in:
Daniel Schädler 2019-04-12 12:58:00 +02:00
parent f223c03686
commit 0da2702e21
1 changed files with 6 additions and 0 deletions

6
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,6 @@
image: ruby:2.6.2
test:
script:
- bundle exec rails db:migrate RAILS_ENV=test
- bundle exec rails spec RAILS_ENV=test