Skip to content

Commit

Permalink
Update Rubies built in the Travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
laserlemon committed May 9, 2020
1 parent 1f2a25c commit 0695557
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@ before_script:
branches:
only:
- master
cache: bundler
env:
global:
secure: | # CODECLIMATE_REPO_TOKEN
Pm3j2/BtAzMtqRMP83rFvDtpUNeIAdLMzwH62In+3h/AE8gHDArGYS+jmChw
2hKVjwzVUTWZlpSEocqAg/YIDB3BJzWmyc6UP+VA0gji6HsufXYTmKAVPSVY
TQ7mPPP7hm95e3SkFbLdLbGkQfLdjIKeMY5lY/knX+QKUCjO52Y=
gemfile:
- gemfiles/rails30.gemfile
- gemfiles/rails31.gemfile
Expand All @@ -23,12 +16,23 @@ gemfile:
language: ruby
matrix:
allow_failures:
- rvm: 1.9.3
- rvm: "2.0"
- rvm: "2.1"
- rvm: "2.2"
- rvm: "2.3"
- rvm: "2.4"
- rvm: ruby-head
rvm:
- 1.9.3
- "2.0"
- "2.1"
- "2.2"
- "2.3"
- "2.4"
- "2.5"
- "2.6"
- "2.7"
- ruby-head
script: bundle exec rspec
sudo: false

0 comments on commit 0695557

Please sign in to comment.