We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70517bf commit 7eaad47Copy full SHA for 7eaad47
.appveyor.yml
@@ -13,6 +13,9 @@ environment:
13
build: off
14
15
install:
16
+# To run Nodejs workflow integ tests
17
+- ps: Install-Product node 8.10
18
+
19
- "set PATH=%PYTHON%\\Scripts;%PYTHON%\\bin;%PATH%"
20
- "%PYTHON%\\python.exe -m pip install -r requirements/dev.txt"
21
- "%PYTHON%\\python.exe -m pip install -e ."
.travis.yml
@@ -11,6 +11,11 @@ matrix:
11
dist: xenial
12
sudo: true
+ # To run Nodejs workflow integ tests
+ - nvm install 8.10.0
+ - nvm use 8.10.0
# Install the code requirements
- make init
script:
0 commit comments