Skip to content

Commit

Permalink
chore(ci): use Rails 2.6.3, drop unused directive sudo: false (#1317)
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle authored and booleanbetrayal committed Jul 22, 2019
1 parent 749bea4 commit 101dd50
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: ruby
cache: bundler
sudo: false
services:
- mongodb
bundler_args: --without development
Expand All @@ -9,7 +8,7 @@ rvm:
- 2.3.8
- 2.4.6
- 2.5.5
- 2.6.2
- 2.6.3

gemfile:
- gemfiles/rails_4_2.gemfile
Expand Down Expand Up @@ -42,7 +41,7 @@ matrix:
- rvm: 2.5.5
gemfile: gemfiles/rails_5_2_mongoid_7.gemfile
env: DEVISE_TOKEN_AUTH_ORM=mongoid
- rvm: 2.6.2
- rvm: 2.6.3
gemfile: gemfiles/rails_5_2_mongoid_7.gemfile
env: DEVISE_TOKEN_AUTH_ORM=mongoid
- name: Code Climate Test Coverage
Expand Down Expand Up @@ -70,7 +69,7 @@ matrix:
./cc-test-reporter upload-coverage;
fi
exclude:
- rvm: 2.6.2
- rvm: 2.6.3
gemfile: gemfiles/rails_4_2.gemfile
fast_finish: true

Expand Down

0 comments on commit 101dd50

Please sign in to comment.