File tree Expand file tree Collapse file tree 2 files changed +12
-11
lines changed Expand file tree Collapse file tree 2 files changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ jobs:
30
30
31
31
- name : Bundle install for Annotate models
32
32
run : |
33
- bundle install --jobs 4 --retry 3
33
+ bundle install --jobs= 4 --retry= 3
34
34
35
35
- name : Bundle install for Rails app
36
36
run : |
37
- BUNDLE_GEMFILE= spec/integration/rails_6.0.2.1/Gemfile bundle install --jobs 4 --retry 3
37
+ bundle install --jobs=4 --retry=3 --gemfile= spec/integration/rails_6.0.2.1/Gemfile
38
38
39
39
- name : Test
40
40
run : bundle exec rubocop && bundle exec rspec
Original file line number Diff line number Diff line change 1
1
sudo : false
2
2
language : ruby
3
3
rvm :
4
- - 2.4.9
5
- - 2.5.7
6
- - 2.6.5
7
- - ruby-head
4
+ - 2.6.5
5
+ - ruby-head
8
6
9
7
matrix :
10
8
allow_failures :
11
- - rvm : ruby-head
9
+ - rvm : ruby-head
12
10
13
11
before_install :
14
- - yes | gem update --system
15
- - gem update bundler
12
+ - gem update --system --no-document --quiet
13
+
14
+ install :
15
+ - bundle install --jobs=3 --retry=3
16
+ - bundle install --jobs=4 --retry=3 --gemfile=spec/integration/rails_6.0.2.1/Gemfile
16
17
17
18
script :
18
- - bundle exec rubocop && bundle exec rspec
19
+ - bundle exec rubocop && bundle exec rspec
19
20
20
21
jobs :
21
22
include :
22
23
- stage : gem release
23
24
if : tag =~ ^v
24
25
rvm : 2.6.0
25
- script : echo "Deploying to rubygems.org ..."
26
+ script : echo "Deploying to rubygems.org ..."
26
27
deploy :
27
28
provider : rubygems
28
29
api_key : $RUBYGEMS_API_KEY
You can’t perform that action at this time.
0 commit comments