forked from loafle/openapi-generator-original
Disable elm and TS Angular 4 tests (#4602)
* disable elm tests * disable ts angular 4 tests
This commit is contained in:
@@ -62,7 +62,7 @@ before_install:
|
||||
- gem install bundler
|
||||
- npm install -g typescript
|
||||
- npm install -g npm
|
||||
- npm install -g elm@0.18.0-exp5
|
||||
#- npm install -g elm@0.18.0-exp5
|
||||
- npm config set registry http://registry.npmjs.org/
|
||||
# set python 3.6.3 as default
|
||||
- source ~/virtualenv/python3.6/bin/activate
|
||||
|
||||
6
pom.xml
6
pom.xml
@@ -1042,7 +1042,7 @@
|
||||
<module>samples/client/petstore/bash</module>
|
||||
<module>samples/client/petstore/c</module>
|
||||
<module>samples/client/petstore/cpp-qt5</module>
|
||||
<module>samples/client/petstore/elm-0.18</module>
|
||||
<!--<module>samples/client/petstore/elm-0.18</module>-->
|
||||
<module>samples/client/petstore/rust</module>
|
||||
<!--<module>samples/client/petstore/perl</module>-->
|
||||
<module>samples/client/petstore/php/OpenAPIClient-php</module>
|
||||
@@ -1072,8 +1072,8 @@
|
||||
<!-- comment out due to error `npm run build`
|
||||
<module>samples/client/petstore/typescript-jquery/npm</module>-->
|
||||
<!--<module>samples/client/petstore/typescript-angular-v2/npm</module>-->
|
||||
<module>samples/client/petstore/typescript-angular-v4/npm</module>
|
||||
<module>samples/client/petstore/typescript-angular-v4.3/npm</module>
|
||||
<!--<module>samples/client/petstore/typescript-angular-v4/npm</module>
|
||||
<module>samples/client/petstore/typescript-angular-v4.3/npm</module>-->
|
||||
<module>samples/client/petstore/typescript-angular-v6-provided-in-root</module>
|
||||
<module>samples/client/petstore/typescript-angular-v7-provided-in-root</module>
|
||||
<module>samples/server/petstore/rust-server</module>
|
||||
|
||||
Reference in New Issue
Block a user