Commit 11ae943c authored by bokobza's avatar bokobza

updated node and npm versions for Travis

parent e7c73440
...@@ -39,7 +39,7 @@ cache: ...@@ -39,7 +39,7 @@ cache:
# https://github.com/travis-ci/travis-ci/issues/7728 # https://github.com/travis-ci/travis-ci/issues/7728
install: install:
- nvm install 6 - nvm install 8.11.2
before_script: before_script:
- if [ -z "$TRAVIS_TAG" ] ; then TRAVIS_TAG=cd-unstable; fi - if [ -z "$TRAVIS_TAG" ] ; then TRAVIS_TAG=cd-unstable; fi
......
...@@ -41,7 +41,7 @@ git submodule update --init --recursive ...@@ -41,7 +41,7 @@ git submodule update --init --recursive
cd $TRAVIS_BUILD_DIR/Breeze.UI cd $TRAVIS_BUILD_DIR/Breeze.UI
npm install npm install -g npm@6.2.0
npm install -g npx npm install -g npx
echo $log_prefix FINISHED restoring dotnet and npm packages echo $log_prefix FINISHED restoring dotnet and npm packages
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment