Skip to content

Commit a829b10

Browse files
authored
Improve testing experience on AppVeyor (#679)
* Bump Ruby version * Switch Node version after installing Ruby deps * Install 64Bit NodeJS
1 parent f35e392 commit a829b10

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

appveyor.yml

+6-7
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
environment:
2-
nodejs_version: 8
2+
nodejs_version: 12
33
RACK_ENV: test
44
JEKYLL_LOG_LEVEL: warn
5-
RUBY_VERSION: 24
5+
RUBY_VERSION: 26
66
matrix:
77
- TEST_SUITE: node
88
- TEST_SUITE: ruby
99

1010
install:
11-
- set PATH=C:\Ruby%RUBY_VERSION%\bin;%PATH%
12-
- ps: Install-Product node $env:nodejs_version
13-
- gem update --system --no-document
14-
- bundle config --local path vendor/bundle
15-
- sh script/bootstrap
11+
- set PATH=C:\Ruby%RUBY_VERSION%-x64\bin;%PATH%
12+
- bundle install --retry 5 --jobs=%NUMBER_OF_PROCESSORS% --clean --path vendor\bundle
13+
- ps: Install-Product node $env:nodejs_version x64
14+
- yarn install
1615

1716
build: off
1817

0 commit comments

Comments
 (0)