Skip to content
This repository has been archived by the owner on Dec 6, 2019. It is now read-only.

Create .travis.yml #5

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
sudo: false
language: ruby
cache: bundler
services:
- postgresql
before_install:
- gem install bundler
- gem install rubocop
rvm:
- 2.5.1
script:
- bundle exec rails db:setup
- bundle exec rspec
- bundle exec rubocop