8000 Add travis test and codecheck stages · activeadmin/activeadmin-mongoid@ba03821 · GitHub
[go: up one dir, main page]

Skip to content

Commit ba03821

Browse files
Add travis test and codecheck stages
1 parent 71039f2 commit ba03821

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

.travis.yml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
language: ruby
2+
rvm:
3+
- 2.4
4+
- 2.5
5+
- 2.6
6+
- 2.7
27
services:
38
- mongodb
49
before_install:
510
- gem update --system
611
- gem install bundler
712
- bundle update --bundler
8-
after_script:
9-
- bundle exec rubocop
10-
rvm:
11-
- 2.4
12-
- 2.5
13-
- 2.6
14-
- 2.7
13+
jobs:
14+
include:
15+
- stage: test
16+
script: bundle exec rake
17+
- stage: codecheck
18+
script: bundle exec rubocop

0 commit comments

Comments
 (0)
0