Skip to content

Commit 6a2ba0e

Browse files
authored
test: enable typescript-axios integration test (#8163)
* test: enable typescript-axios integration test * chore: update old dep & devDep * refactor: use axios installed in test target * chore(travisCI): update node version from v8.12.0 to v12.20.0
1 parent 9b6fd5a commit 6a2ba0e

File tree

8 files changed

+1246
-4324
lines changed

8 files changed

+1246
-4324
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ before_install:
6868
- curl https://sh.rustup.rs -sSf | sh -s -- -y -v
6969
# required when sudo: required for the Ruby petstore tests
7070
- gem install bundler
71+
- nvm install 12.20.0
72+
- nvm use 12.20.0
7173
- npm install -g typescript
7274
- npm install -g npm
7375
- npm config set registry http://registry.npmjs.org/

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1221,8 +1221,7 @@
12211221
<module>samples/client/petstore/typescript-fetch/builds/es6-target</module>
12221222
<module>samples/client/petstore/typescript-fetch/builds/with-npm-version</module>
12231223
<module>samples/client/petstore/typescript-fetch/tests/default</module>
1224-
<!-- comment out due to CI failure, e.g. https://travis-ci.org/OpenAPITools/openapi-generator/builds/574865730
1225-
<module>samples/client/petstore/typescript-axios/tests/default</module>-->
1224+
<module>samples/client/petstore/typescript-axios/tests/default</module>
12261225
<module>samples/client/petstore/typescript-node/npm</module>
12271226
<module>samples/client/petstore/typescript-rxjs/builds/with-npm-version</module>
12281227
<!-- comment out due to error `npm run build`

0 commit comments

Comments
 (0)