Skip to content

Commit 7eaad47

Browse files
committed
Install nodejs8.10 in travis & appveyor
1 parent 70517bf commit 7eaad47

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.appveyor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ environment:
1313
build: off
1414

1515
install:
16+
# To run Nodejs workflow integ tests
17+
- ps: Install-Product node 8.10
18+
1619
- "set PATH=%PYTHON%\\Scripts;%PYTHON%\\bin;%PATH%"
1720
- "%PYTHON%\\python.exe -m pip install -r requirements/dev.txt"
1821
- "%PYTHON%\\python.exe -m pip install -e ."

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ matrix:
1111
dist: xenial
1212
sudo: true
1313
install:
14+
15+
# To run Nodejs workflow integ tests
16+
- nvm install 8.10.0
17+
- nvm use 8.10.0
18+
1419
# Install the code requirements
1520
- make init
1621
script:

0 commit comments

Comments
 (0)