summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Fazekas <mfazekas@szemafor.com>2016-05-03 09:36:37 +0200
committerMiklos Fazekas <mfazekas@szemafor.com>2016-05-03 09:36:37 +0200
commit6909849f6ff0ea9e4bcc57d9c7f1373c0bb71906 (patch)
treece33d8e890645e870bf15772cb089c387a04f0a0
parent05d3d63c8d59203fd9e15e871b7adb38fdf899ab (diff)
downloadnet-ssh-6909849f6ff0ea9e4bcc57d9c7f1373c0bb71906.tar.gz
Windows ci
-rw-r--r--appveyor.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index c8736ce..1c45335 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -10,9 +10,11 @@ environment:
install:
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- gem install bundler --no-document -v 1.11.2
- - BUNDLE_GEMFILE=./Gemfile.norbnacl bundle _1.11.2_ install --retry=3
+ - SET BUNDLE_GEMFILE=Gemfile.norbnacl
+ - bundle _1.11.2_ install --retry=3
test_script:
- - BUNDLE_GEMFILE=./Gemfile.norbnacl bundle _1.11.2_ exec rake test
+ - SET BUNDLE_GEMFILE=Gemfile.norbnacl
+ - bundle _1.11.2_ exec rake test
build: off