Skip to content

Commit

Permalink
Remove one last reference to Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Mar 10, 2022
1 parent 32a63ce commit 53c64a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ${{ matrix.os }}

env:
TRAVIS_MATRIX: ${{ matrix.matrix }}
CI_MATRIX: ${{ matrix.matrix }}

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ gem "minitest", "~>5.15", :group => [:development, :test]
gem "rdoc", ">=4.0", "<7", :group => [:development, :test]
gem "rake-manifest", "~>0.2"

gem 'net-http-pipeline', '~> 1.0' if ENV['TRAVIS_MATRIX'] == 'pipeline'
gem 'net-http-pipeline', '~> 1.0' if ENV['CI_MATRIX'] == 'pipeline'

# vim: syntax=ruby

0 comments on commit 53c64a0

Please sign in to comment.