forked from loafle/openapi-generator-original
skip stack, dark installation due to travis issue
This commit is contained in:
parent
2f4dc9a049
commit
2353d71d4b
14
.travis.yml
14
.travis.yml
@ -75,11 +75,11 @@ before_install:
|
|||||||
- sudo apt-get install -qq curl
|
- sudo apt-get install -qq curl
|
||||||
# install dart
|
# install dart
|
||||||
#- sudo apt-get update
|
#- sudo apt-get update
|
||||||
- sudo apt-get install apt-transport-https
|
#- sudo apt-get install apt-transport-https
|
||||||
- sudo sh -c 'curl https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -'
|
#- sudo sh -c 'curl https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -'
|
||||||
- sudo sh -c 'curl https://storage.googleapis.com/download.dartlang.org/linux/debian/dart_stable.list > /etc/apt/sources.list.d/dart_stable.list'
|
#- sudo sh -c 'curl https://storage.googleapis.com/download.dartlang.org/linux/debian/dart_stable.list > /etc/apt/sources.list.d/dart_stable.list'
|
||||||
- sudo apt-get update
|
#- sudo apt-get update
|
||||||
- sudo apt-get install dart
|
#- sudo apt-get install dart
|
||||||
# install perl module
|
# install perl module
|
||||||
#- cpanm --local-lib=~/perl5 local::lib && eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib)
|
#- cpanm --local-lib=~/perl5 local::lib && eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib)
|
||||||
#- cpanm Test::Exception Test::More Log::Any LWP::UserAgent JSON URI:Query Module::Runtime DateTime Module::Find Moose::Role
|
#- cpanm Test::Exception Test::More Log::Any LWP::UserAgent JSON URI:Query Module::Runtime DateTime Module::Find Moose::Role
|
||||||
@ -109,8 +109,8 @@ install:
|
|||||||
- gcc -v
|
- gcc -v
|
||||||
- echo $CC
|
- echo $CC
|
||||||
- echo $CXX
|
- echo $CXX
|
||||||
- pub version
|
#- pub version
|
||||||
- dart --version
|
#- dart --version
|
||||||
|
|
||||||
script:
|
script:
|
||||||
# fail fast
|
# fail fast
|
||||||
|
4
pom.xml
4
pom.xml
@ -1020,8 +1020,8 @@
|
|||||||
<modules>
|
<modules>
|
||||||
<!-- clients -->
|
<!-- clients -->
|
||||||
<!--<module>samples/client/petstore/c</module>-->
|
<!--<module>samples/client/petstore/c</module>-->
|
||||||
<module>samples/client/petstore/dart-jaguar/openapi</module>
|
<!--<module>samples/client/petstore/dart-jaguar/openapi</module>
|
||||||
<module>samples/client/petstore/dart-jaguar/flutter_petstore/openapi</module>
|
<module>samples/client/petstore/dart-jaguar/flutter_petstore/openapi</module>-->
|
||||||
<!--<module>samples/client/petstore/dart2/petstore</module>-->
|
<!--<module>samples/client/petstore/dart2/petstore</module>-->
|
||||||
<!--<module>samples/client/petstore/haskell-http-client</module>-->
|
<!--<module>samples/client/petstore/haskell-http-client</module>-->
|
||||||
<module>samples/client/petstore/elm-0.18</module>
|
<module>samples/client/petstore/elm-0.18</module>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user