Skip to content

Commit 17a9681

Browse files
committed
[Appveyor] Remove TZ hacks. Will ignore tests.
1 parent c70deb2 commit 17a9681

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ source 'https://rubygems.org'
22
gemspec
33

44
gem 'bcrypt'
5-
gem 'tzinfo'
65
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
76

87
if RbConfig::CONFIG["host_os"] =~ /darwin/

appveyor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
version: 4.2.5.{build}
22
init:
3-
- C:\Windows\System32\tzutil /s "Eastern Standard Time"
43
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
54
- SET PATH=C:\MinGW\msys\1.0\bin;%PATH%
65
- SET RAKEOPT=-rdevkit

0 commit comments

Comments
 (0)