Skip to content

Commit

Permalink
Merge pull request #26 from springboardretail/travis-ci-change-ruby-v…
Browse files Browse the repository at this point in the history
…ersions

Update .travis.yml
  • Loading branch information
jstotz committed Dec 18, 2020
2 parents 25c93de + 4ffb399 commit 6fc78a3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Expand Up @@ -2,15 +2,18 @@ sudo: false
language: ruby
bundler_args: --without development
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- 2.2.0
- 2.6.0
- 2.7.0

addons:
code_climate:
repo_token: 6963f51029c0c9bf6406bd1cc69ae951bc53f9bf7751b16035515b5f764c58fe

before_install:
- gem install bundler -v '1.17.2'

after_success:
- bundle exec codeclimate-test-reporter

0 comments on commit 6fc78a3

Please sign in to comment.