diff --git a/.travis.yml b/.travis.yml index 246a806935e..52ad4a03ce7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -68,6 +68,8 @@ before_install: - curl https://sh.rustup.rs -sSf | sh -s -- -y -v # required when sudo: required for the Ruby petstore tests - gem install bundler + - nvm install 12.20.0 + - nvm use 12.20.0 - npm install -g typescript - npm install -g npm - npm config set registry http://registry.npmjs.org/ diff --git a/pom.xml b/pom.xml index 1cd2c1d04ca..ce271d634d1 100644 --- a/pom.xml +++ b/pom.xml @@ -1221,8 +1221,7 @@ samples/client/petstore/typescript-fetch/builds/es6-target samples/client/petstore/typescript-fetch/builds/with-npm-version samples/client/petstore/typescript-fetch/tests/default - + samples/client/petstore/typescript-axios/tests/default samples/client/petstore/typescript-node/npm samples/client/petstore/typescript-rxjs/builds/with-npm-version