Skip to content

Commit

Permalink
Remove bundle list from Windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jmettraux committed Feb 20, 2021
1 parent 0bcce00 commit 73d0172
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 52 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ jobs:
- run: ruby --version
- run: gem --version
- run: bundle --version
- run: bundle list
- run: ruby -e "n = Time.now; p [ ENV['TZ'], n, n.zone ]"
- run: bundle exec ruby -e "require 'et-orbi'; p EtOrbi.determine_local_tzone"
- run: cp Gemfile.windows Gemfile
Expand Down
38 changes: 0 additions & 38 deletions .travis.yml

This file was deleted.

15 changes: 10 additions & 5 deletions Gemfile.appveyor
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@

source 'https://rubygems.org'

gem 'tzinfo-data'

gemspec
Gemfile.appveyor:
source 'https://rubygems.org'
gem 'tzinfo-data'
gemspec

Gemfile.appveyor_tzi125:
source 'https://rubygems.org'
gem 'tzinfo-data'
gem 'tzinfo', '1.2.5'
gemspec

8 changes: 0 additions & 8 deletions Gemfile.appveyor_tzi125

This file was deleted.

0 comments on commit 73d0172

Please sign in to comment.