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.
2 parents d445dbf + 0a1bae9 commit 7efd4a5Copy full SHA for 7efd4a5
.travis.yml
@@ -24,11 +24,16 @@ before_install:
24
25
install:
26
- |
27
- if [ -z ${INTEGRATION} ] && [ "$TRAVIS_OS_NAME" == "linux" ]; then
28
- . $HOME/.nvm/nvm.sh
29
- nvm install stable
30
- nvm use stable
31
- npm install remark-cli remark-lint
+ if [ -z ${INTEGRATION} ]; then
+ if [ "$TRAVIS_OS_NAME" == "linux" ]; then
+ . $HOME/.nvm/nvm.sh
+ nvm install stable
+ nvm use stable
32
+ npm install remark-cli remark-lint
33
+ fi
34
+ if [ "$TRAVIS_OS_NAME" == "windows" ]; then
35
+ choco install windows-sdk-10.0
36
37
fi
38
39
matrix:
0 commit comments