summaryrefslogtreecommitdiff
path: root/.ci/appveyor.yml
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-06-09 19:44:44 -0700
committerJon Dufresne <jon.dufresne@gmail.com>2018-06-13 07:20:37 -0700
commit50610283e6d5d43b660c453f20f96f7703f883f7 (patch)
tree104e7c55d447b23d42e94282e94ec3b6e75c4715 /.ci/appveyor.yml
parentf35c8fe0091ff20f7ee69e6c163e9a2b187fe1a2 (diff)
downloadbabel-50610283e6d5d43b660c453f20f96f7703f883f7.tar.gz
Use https URLs throughout project where available
Updated docs and code comments.
Diffstat (limited to '.ci/appveyor.yml')
-rw-r--r--.ci/appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/appveyor.yml b/.ci/appveyor.yml
index 816b938..f357713 100644
--- a/.ci/appveyor.yml
+++ b/.ci/appveyor.yml
@@ -4,7 +4,7 @@ environment:
global:
# SDK v7.0 MSVC Express 2008's SetEnv.cmd script will fail if the
# /E:ON and /V:ON options are not enabled in the batch script intepreter
- # See: http://stackoverflow.com/a/13751649/163740
+ # See: https://stackoverflow.com/a/13751649
CMD_IN_ENV: "cmd /E:ON /V:ON /C .\\.ci\\run_with_env.cmd"
matrix: