File tree Expand file tree Collapse file tree 6 files changed +2771
-3763
lines changed
typescript-angular-v4.3/npm
typescript-angular-v5/npm
typescript-angular-v6/npm Expand file tree Collapse file tree 6 files changed +2771
-3763
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,10 @@ before_install:
3939 - gem install bundler -v '< 2'
4040 - gem update --system 2.7.8
4141 - gem --version
42+ # install node version 10.x
43+ - nvm install 10.22.0
44+ - nvm use 10.22.0
45+ # install typescript
4246 - npm install -g typescript
4347 - npm install -g npm
4448 - npm config set registry http://registry.npmjs.org/
@@ -64,7 +68,18 @@ before_install:
6468 - cat /etc/hosts
6569 # show java version
6670 - java -version
67-
71+ # show node version
72+ - node -v
73+ # show node executable
74+ - which node
75+ # show npm version
76+ - npm -v
77+ # show npm executable
78+ - which npm
79+ # show typescript version
80+ - tsc -v
81+ # show tsc executable
82+ - which tsc
6883install :
6984 # Add Godeps dependencies to GOPATH and PATH
7085 - eval "$(curl -sL https://raw.githubusercontent.com/travis-ci/gimme/master/gimme | GIMME_GO_VERSION=1.4 bash)"
Original file line number Diff line number Diff line change 849849 <module >samples/client/petstore/python-asyncio</module >
850850 <module >samples/client/petstore/typescript-fetch/builds/default</module >
851851 <module >samples/client/petstore/typescript-fetch/builds/es6-target</module >
852+ <!--
853+ comment out due to error experienced since Sept 6th 2020 due to removed support
854+ for ts 2.x in DefinitivelyTyped. see https://github.com/swagger-api/swagger-codegen/issues/10454
855+
852856 <module>samples/client/petstore/typescript-fetch/builds/with-npm-version</module>
853857 <module>samples/client/petstore/typescript-fetch/tests/default</module>
858+ -->
854859 <module >samples/client/petstore/typescript-node/npm</module >
855860 <!-- comment out due to github rate limit error
856861 <module>samples/client/petstore/typescript-angularjs</module>-->
Original file line number Diff line number Diff line change 849849 <module>samples/client/petstore/python-asyncio</module>
850850 <module>samples/client/petstore/typescript-fetch/builds/default</module>
851851 <module>samples/client/petstore/typescript-fetch/builds/es6-target</module>
852+ <!--
853+ comment out due to error experienced since Sept 6th 2020 due to removed support
854+ for ts 2.x in DefinitivelyTyped. see https://github.com/swagger-api/swagger-codegen/issues/10454
855+
852856 <module>samples/client/petstore/typescript-fetch/builds/with-npm-version</module>
853857 <module>samples/client/petstore/typescript-fetch/tests/default</module>
858+ -->
854859 <module>samples/client/petstore/typescript-node/npm</module>
855860 <!-- comment out due to github rate limit error
856861 <module>samples/client/petstore/typescript-angularjs</module>-->
You can’t perform that action at this time.
0 commit comments