Skip to content

Commit 1926fed

Browse files
committed
install bundler before trying to configure it
1 parent cca57d2 commit 1926fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ environment:
1010
install:
1111
- set PATH=C:\Ruby%RUBY_VERSION%\bin;%PATH%
1212
- ps: Install-Product node $env:nodejs_version
13-
- bundle config --local path vendor/bundle
1413
- gem install bundler --no-ri --no-rdoc --version '1.13.7'
14+
- bundle config --local path vendor/bundle
1515
- sh script/bootstrap
1616

1717
build: off

0 commit comments

Comments
 (0)