Skip to content

Commit

Permalink
update ruby versions (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
nijikon committed Oct 25, 2020
1 parent 68f8384 commit 7fca5b4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.bundle
coverage
vendor/bundle
.coditsu/local.yml
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.1
2.7.2
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@ test: &test
jobs:
include:
- <<: *test
rvm: 2.7.0
rvm: 2.7.2
- <<: *test
rvm: 2.6.5
rvm: 2.6.6
- <<: *test
rvm: 2.5.7
rvm: 2.5.8
- <<: *test
rvm: jruby-9.2.9.0

- stage: coditsu
language: ruby
rvm: 2.7.0
rvm: 2.7.2
before_install:
- yes | gem update --system
script: \curl -sSL https://api.coditsu.io/run/ci | bash
Expand Down

0 comments on commit 7fca5b4

Please sign in to comment.