Skip to content

Commit

Permalink
Merge #2917
Browse files Browse the repository at this point in the history
2917: Remove old ci configurations r=hsbt a=hsbt

# Description:

Fixup #2915

______________

# Tasks:

- [ ] Describe the problem / feature
- [ ] Write tests
- [ ] Write code to solve the problem
- [ ] Get code review from coworkers / friends

I will abide by the [code of conduct](https://github.com/rubygems/rubygems/blob/master/CODE_OF_CONDUCT.md).


Co-authored-by: Hiroshi SHIBATA <hsbt@ruby-lang.org>
  • Loading branch information
bundlerbot and hsbt committed Sep 19, 2019
2 parents 791f60e + 2e790f2 commit cb62cb6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 72 deletions.
28 changes: 1 addition & 27 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,38 +11,12 @@ env:
- "TEST_TOOL=rubygems"
- "TEST_TOOL=bundler RGV=master"
rvm:
- 2.3.8
- 2.4.7
- 2.5.6
- 2.6.4
jobs:
include:
- stage: linting
rvm: 2.6.4
env: "TEST_TOOL=rubygems"
script: util/ci.sh rubocop
- stage: test
rvm: 2.6.4
- rvm: 2.6.4
env: "TEST_TOOL=bundler RGV=.. BDV=master"
- stage: test
rvm: jruby-9.2.8.0
env: "TEST_TOOL=rubygems"
- stage: test
rvm: ruby-head
env: "TEST_TOOL=rubygems"
- stage: test
rvm: ruby-head
env: "TEST_TOOL=bundler RGV=.. BDV=master"
stages:
- linting
- test
before_script:
- util/ci.sh before_script
script:
- util/ci.sh script
matrix:
allow_failures:
- rvm: ruby-head
env: "TEST_TOOL=rubygems"
- rvm: ruby-head
env: "TEST_TOOL=bundler RGV=.. BDV=master"
1 change: 0 additions & 1 deletion Manifest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ POLICIES.md
README.md
Rakefile
UPGRADING.md
appveyor.yml
bin/gem
bin/update_rubygems
bundler/CHANGELOG.md
Expand Down
44 changes: 0 additions & 44 deletions appveyor.yml

This file was deleted.

0 comments on commit cb62cb6

Please sign in to comment.