Skip to content

Commit

Permalink
Travis still slow
Browse files Browse the repository at this point in the history
  • Loading branch information
pboling committed Mar 18, 2021
1 parent 40aea36 commit e07db98
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Expand Up @@ -30,6 +30,7 @@ jobs:
- 2.2
- 2.1
- 2.0
- 1.9
runs-on: ubuntu-20.04
continue-on-error: ${{ matrix.allow_failure || endsWith(matrix.ruby, 'head') }}
steps:
Expand Down
4 changes: 1 addition & 3 deletions .travis.yml
Expand Up @@ -50,12 +50,10 @@ matrix:
include:
# - rvm: jruby-1.7 # targets MRI v1.9
# gemfile: gemfiles/jruby_1.7.gemfile
- rvm: 1.9
gemfile: gemfiles/ruby_1.9.gemfile
- rvm: jruby-9.0 # targets MRI v2.0
gemfile: gemfiles/jruby_9.0.gemfile
# DEPRECATION WARNING
# NOTE: Specs for Ruby 2.0, 2.1 are now running with Github Actions
# NOTE: Specs for Ruby 1.9, 2.0, 2.1 are now running with Github Actions
# oauth2 1.x series releases are the last to support Ruby versions above
# oauth2 2.x series releases will support Ruby versions below, and not above
# NOTE: Specs for Ruby 2.2, 2.3, 2.4, 2.5, 2.6, 2.7 & 3.0 are now running with Github Actions
Expand Down
11 changes: 0 additions & 11 deletions gemfiles/ruby_1.9.gemfile

This file was deleted.

0 comments on commit e07db98

Please sign in to comment.