We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71039f2 commit ba03821Copy full SHA for ba03821
.travis.yml
@@ -1,14 +1,18 @@
1
language: ruby
2
+rvm:
3
+ - 2.4
4
+ - 2.5
5
+ - 2.6
6
+ - 2.7
7
services:
8
- mongodb
9
before_install:
10
- gem update --system
11
- gem install bundler
12
- bundle update --bundler
-after_script:
- - bundle exec rubocop
-rvm:
- - 2.4
- - 2.5
13
- - 2.6
14
- - 2.7
+jobs:
+ include:
15
+ - stage: test
16
+ script: bundle exec rake
17
+ - stage: codecheck
18
+ script: bundle exec rubocop
0 commit comments