Setting node version on travis and appveyor (#281)

This commit is contained in:
Pawel Kadluczka 2017-03-10 10:34:54 -08:00 committed by GitHub
parent 7bae4e994a
commit b3ba381fbd
2 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,7 @@ env:
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
- DOTNET_CLI_TELEMETRY_OPTOUT: 1
- SIGNALR_TESTS_VERBOSE: 1
- TRAVIS_NODE_VERSION: 6.9.1
mono: none
python:
- "2.7"
@ -30,6 +31,7 @@ branches:
- /^(.*\/)?ci-.*$/
before_install:
- if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install openssl python; ln -s /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib /usr/local/lib/; ln -s /usr/local/opt/openssl/lib/libssl.1.0.0.dylib /usr/local/lib/; fi
- if test "$TRAVIS_OS_NAME" == "linux"; then nvm install $TRAVIS_NODE_VERSION; fi
install:
- pip install autobahntestsuite "six>=1.9.0"
script:

View File

@ -12,6 +12,7 @@ build_script:
install:
- set PATH=C:\Python27\scripts;%PATH%
- pip install autobahntestsuite
- ps: Install-Product node 6
clone_depth: 1
test: off
deploy: off