We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e277af commit fa0f5adCopy full SHA for fa0f5ad
circle.yml
@@ -15,12 +15,15 @@ dependencies:
15
cache_directories:
16
- "~/.m2"
17
- "~/.sbt"
18
+ - "~/.ivy2"
19
20
pre:
21
- sudo add-apt-repository ppa:duggan/bats --yes
22
- sudo apt-get update -qq
23
- sudo apt-get install -qq bats
24
- sudo apt-get install -qq curl
25
+ - wget -q https://dl.bintray.com/sbt/debian/sbt-0.13.15.deb
26
+ - sudo dpkg -i sbt-0.13.15.deb
27
# to run petstore server locally via docker
28
- docker pull swaggerapi/petstore
29
- docker run -d -e SWAGGER_HOST=http://petstore.swagger.io -e SWAGGER_BASE_PATH=/v2 -p 80:8080 swaggerapi/petstore
0 commit comments