Skip to content

Commit

Permalink
update travis setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ddnexus committed Mar 9, 2019
1 parent 5bd7c0a commit 6d5841b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -19,9 +19,11 @@ matrix:
env: SKIP_RUBOCOP=true

- rvm: 2.1
gemfile: gemfiles/ruby-2.0
env: SKIP_RUBOCOP=true

- rvm: 2.2
gemfile: gemfiles/ruby-2.0
env: SKIP_RUBOCOP=true

- rvm: 2.3
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/ruby-others
Expand Up @@ -5,8 +5,8 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
# test
gem 'rake', '~> 10.0'
gem 'minitest', '~> 5.0'
gem 'rack'
gem 'i18n'
gem 'rack', '~> 2.0.6'
gem 'i18n', '~> 1.6.0'
gem 'single_cov', '~> 1.3.0' unless ENV['SKIP_SINGLECOV']
gem 'rubocop', '~> 0.63.1' unless ENV['SKIP_RUBOCOP']

0 comments on commit 6d5841b

Please sign in to comment.