Skip to content

Commit

Permalink
Add travis test and codecheck stages
Browse files Browse the repository at this point in the history
  • Loading branch information
grzegorz-jakubiak committed Feb 21, 2020
1 parent 71039f2 commit ba03821
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
language: ruby
rvm:
- 2.4
- 2.5
- 2.6
- 2.7
services:
- mongodb
before_install:
- gem update --system
- gem install bundler
- bundle update --bundler
after_script:
- bundle exec rubocop
rvm:
- 2.4
- 2.5
- 2.6
- 2.7
jobs:
include:
- stage: test
script: bundle exec rake
- stage: codecheck
script: bundle exec rubocop

0 comments on commit ba03821

Please sign in to comment.