Skip to content

Commit

Permalink
Simplify .appveyor.yml tzutil setting, gh-12
Browse files Browse the repository at this point in the history
  • Loading branch information
jmettraux committed May 22, 2018
1 parent 9a41dfe commit 9b3f138
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .appveyor.yml
Expand Up @@ -4,10 +4,6 @@ version: "{build}-{branch}"

environment:
matrix:
- RUBY_VERSION: 193
TZONE: ""
- RUBY_VERSION: 24
TZONE: ""
- RUBY_VERSION: 193
TZONE: "UTC"
- RUBY_VERSION: 24
Expand All @@ -24,8 +20,7 @@ environment:
install:
- echo %RUBY_VERSION%
- echo %TZONE%
#- if [ "%TZONE%" -ne "" ]; then tzutil /s "%TZONE%"; fi
- ps: if ($env:TZONE -ne "") { tzutil /s "$env:TZONE" }
- tzutil /s "%TZONE%"
- set PATH=C:\Ruby%RUBY_VERSION%\bin;%PATH%
- cp Gemfile.appveyor Gemfile
- bundle install
Expand Down

0 comments on commit 9b3f138

Please sign in to comment.