Skip to content

Commit

Permalink
Update to Ruby 2.7.4 and remove Travis (#13)
Browse files Browse the repository at this point in the history
* Remove .travis.yml

* Update to Ruby 2.7.4
  • Loading branch information
magni- authored Aug 25, 2021
1 parent d2dfc3d commit 4f0213b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2.1
jobs:
test:
docker:
- image: circleci/ruby:2.7.1
- image: circleci/ruby:2.7.4
auth:
username: $DOCKERHUB_USERNAME
password: $DOCKERHUB_TOKEN
Expand Down Expand Up @@ -31,7 +31,7 @@ jobs:
--out ~/rspec/rspec.xml
push_to_rubygems:
docker:
- image: circleci/ruby:2.7.1
- image: circleci/ruby:2.7.4
auth:
username: $DOCKERHUB_USERNAME
password: $DOCKERHUB_TOKEN
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.4
4 changes: 0 additions & 4 deletions .travis.yml

This file was deleted.

0 comments on commit 4f0213b

Please sign in to comment.