diff --git a/.travis.yml b/.travis.yml index b299906b02d42023e432ab7dba9cf12121c50abf..78ed7d19ca55a4a055fe4a13ce89ddaaad98dd31 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,6 +35,10 @@ addons: - petstore.swagger.io before_install: + # install haskell + - curl -sSL https://get.haskellstack.org/ | sh + - stack upgrade + - stack --version # install rust - curl -sSf https://static.rust-lang.org/rustup.sh | sh # required when sudo: required for the Ruby petstore tests @@ -74,6 +78,7 @@ install: - eval "$(curl -sL https://raw.githubusercontent.com/travis-ci/gimme/master/gimme | GIMME_GO_VERSION=1.4 bash)" - export GOPATH="${TRAVIS_BUILD_DIR}/Godeps/_workspace" - export PATH="${TRAVIS_BUILD_DIR}/Godeps/_workspace/bin:$PATH" + - go version script: # fail fast diff --git a/README.md b/README.md index fd44adcb70bb4d2710956fd58ca1d21e1c1be14b..f15184c11144666be99a251dc494f89b8a2d2f19 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Master (3.0.0): [](https://travis-ci.org/OpenAPITools/openapi-generator) [](https://circleci.com/gh/OpenAPITools/openapi-generator) -[](https://app.shippable.com/github/OpenAPITools/openapi-generator/dashboard) +[](https://app.shippable.com/github/OpenAPITools/openapi-generator/dashboard) [](https://ci.appveyor.com/project/WilliamCheng/openapi-generator-wh2wu) </div> diff --git a/appveyor.yml b/appveyor.yml index f80658b3efdfd1e0ec5b666b7f783ef26dd9a437..376277e16bad42cf9ca990de2665fefd592aae89 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -41,6 +41,6 @@ test_script: # generate all petstore clients - .\bin\windows\run-all-petstore.cmd -#cache: -# - C:\maven\ -# - C:\Users\appveyor\.m2 +cache: + - C:\maven\ + - C:\Users\appveyor\.m2 diff --git a/pom.xml b/pom.xml index 72b3740d61af2042e4f796c5cc0998cf0975685e..9b0e5351878488f824dc9e9fc10465ace6d00d55 100644 --- a/pom.xml +++ b/pom.xml @@ -848,7 +848,8 @@ </activation> <modules> <!-- clients --> - <!-- elm client not fully ready for CI yet --> + <module>samples/client/petstore/haskell-http-client</module> + <module>samples/client/petstore/elm</module> <module>samples/client/petstore/groovy</module> <module>samples/client/petstore/rust</module> diff --git a/shippable.yml b/shippable.yml index 2795fa6d18d4549c0409bdc60d68eeb71a4a400a..871bf40779742166ba89a7765fb92415c33f0f21 100644 --- a/shippable.yml +++ b/shippable.yml @@ -13,6 +13,8 @@ build: - sudo apt-get update -qq # install stack - curl -sSL https://get.haskellstack.org/ | sh + - stack upgrade + - stack --version # install elixir - sudo apt-get install erlang - wget https://packages.erlang-solutions.com/erlang-solutions_1.0_all.deb && sudo dpkg -i erlang-solutions_1.0_all.deb