Update Travis/AppVeyor to Node 10.13.0

pull/272/head
Scott Nonnenberg 7 years ago
parent dc2afe4b6e
commit ec12733dad

@ -1,6 +1,6 @@
language: node_js language: node_js
node_js: node_js:
- '8.9.3' - '10.13.0'
os: os:
- linux - linux
dist: trusty dist: trusty

@ -8,7 +8,7 @@ cache:
install: install:
- systeminfo | findstr /C:"OS" - systeminfo | findstr /C:"OS"
- set PATH=C:\Ruby23-x64\bin;%PATH% - set PATH=C:\Ruby23-x64\bin;%PATH%
- ps: Install-Product node 8.9.3 x64 - ps: Install-Product node 10.13.0 x64
- yarn install --frozen-lockfile - yarn install --frozen-lockfile
build_script: build_script:

Loading…
Cancel
Save