summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklós Fazekas <mfazekas@szemafor.com>2016-05-02 21:08:47 +0200
committerMiklós Fazekas <mfazekas@szemafor.com>2016-05-02 21:08:47 +0200
commitd8c0fafb44905c4a2c19975b176ec2336fe24243 (patch)
tree18be14f9730b824caf7743e7f138f0bd3dc435b4
parentd79321ad7960659ac5d2c9c44806ee40fedd10d8 (diff)
downloadnet-ssh-d8c0fafb44905c4a2c19975b176ec2336fe24243.tar.gz
Update appveyor.yml
-rw-r--r--appveyor.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml
index fcb9011..c8736ce 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -9,10 +9,10 @@ environment:
install:
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- - gem install bundler --no-document -v 1.10.5
- - bundle install --retry=3
+ - gem install bundler --no-document -v 1.11.2
+ - BUNDLE_GEMFILE=./Gemfile.norbnacl bundle _1.11.2_ install --retry=3
test_script:
- - bundle exec rake
+ - BUNDLE_GEMFILE=./Gemfile.norbnacl bundle _1.11.2_ exec rake test
build: off