re-enable haskell client test (#1621)

This commit is contained in:
William Cheng 2018-12-06 10:37:25 +08:00 committed by GitHub
parent 4be605bcb7
commit fcd37a6006
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -51,9 +51,9 @@ addons:
before_install:
# install haskell
#- curl -sSL https://get.haskellstack.org/ | sh
#- stack upgrade
#- stack --version
- curl -sSL https://get.haskellstack.org/ | sh
- stack upgrade
- stack --version
# install rust
- curl https://sh.rustup.rs -sSf | sh -s -- -y -v
# required when sudo: required for the Ruby petstore tests

View File

@ -1023,7 +1023,7 @@
<!--<module>samples/client/petstore/dart-jaguar/openapi</module>
<module>samples/client/petstore/dart-jaguar/flutter_petstore/openapi</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/groovy</module>
<module>samples/client/petstore/rust</module>