File tree 6 files changed +2771
-3763
lines changed
typescript-angular-v4.3/npm
typescript-angular-v5/npm
typescript-angular-v6/npm
6 files changed +2771
-3763
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,10 @@ before_install:
39
39
- gem install bundler -v '< 2'
40
40
- gem update --system 2.7.8
41
41
- gem --version
42
+ # install node version 10.x
43
+ - nvm install 10.22.0
44
+ - nvm use 10.22.0
45
+ # install typescript
42
46
- npm install -g typescript
43
47
- npm install -g npm
44
48
- npm config set registry http://registry.npmjs.org/
@@ -64,7 +68,18 @@ before_install:
64
68
- cat /etc/hosts
65
69
# show java version
66
70
- 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
68
83
install :
69
84
# Add Godeps dependencies to GOPATH and PATH
70
85
- 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 849
849
<module >samples/client/petstore/python-asyncio</module >
850
850
<module >samples/client/petstore/typescript-fetch/builds/default</module >
851
851
<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
+
852
856
<module>samples/client/petstore/typescript-fetch/builds/with-npm-version</module>
853
857
<module>samples/client/petstore/typescript-fetch/tests/default</module>
858
+ -->
854
859
<module >samples/client/petstore/typescript-node/npm</module >
855
860
<!-- comment out due to github rate limit error
856
861
<module>samples/client/petstore/typescript-angularjs</module>-->
Original file line number Diff line number Diff line change 849
849
<module>samples/client/petstore/python-asyncio</module>
850
850
<module>samples/client/petstore/typescript-fetch/builds/default</module>
851
851
<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
+
852
856
<module>samples/client/petstore/typescript-fetch/builds/with-npm-version</module>
853
857
<module>samples/client/petstore/typescript-fetch/tests/default</module>
858
+ -->
854
859
<module>samples/client/petstore/typescript-node/npm</module>
855
860
<!-- comment out due to github rate limit error
856
861
<module>samples/client/petstore/typescript-angularjs</module>-->
You can’t perform that action at this time.
0 commit comments