turniere-backend/.travis.yml

7 lines
83 B
YAML

language: ruby
env:
- RAILS_ENV=test
script:
- rails db:migrate
- rails spec