Skip to content
This repository was archived by the owner on Sep 15, 2020. It is now read-only.

Commit 8298714

Browse files
committed
Switch to node.js 8.
1 parent db562c1 commit 8298714

File tree

4 files changed

+2873
-5
lines changed

4 files changed

+2873
-5
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dist: trusty
55
language: node_js
66

77
node_js:
8-
- "6"
8+
- "8"
99

1010
env:
1111
matrix:

appveyor.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ environment:
1616
install:
1717
- SET "PATH=C:\Ruby%ruby_folder_version%\bin;%PATH%"
1818
- bundle install --retry 3 --jobs=%NUMBER_OF_PROCESSORS% --clean --path vendor\bundle
19-
- ps: Install-Product node "6" $env:platform
20-
- npm config set spin false
19+
- ps: Install-Product node "8" $env:platform
2120
- npm install
2221

2322
build: off
@@ -35,5 +34,5 @@ matrix:
3534
fast_finish: true
3635

3736
cache:
38-
- 'node_modules -> appveyor.yml,package.json'
37+
- 'node_modules -> appveyor.yml,package.json,package-lock.json'
3938
- 'vendor\bundle -> appveyor.yml,Gemfile,Gemfile.lock'

0 commit comments

Comments
 (0)