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 5d31373 commit 4ef234cCopy full SHA for 4ef234c
.travis.yml
@@ -45,8 +45,8 @@ before_install:
45
# set python 3.6.3 as default
46
- source ~/virtualenv/python3.6/bin/activate
47
# to run petstore server locally via docker
48
- - docker pull swaggerapi/petstore:unstable
49
- - docker run -d -e SWAGGER_HOST=http://petstore.swagger.io -e SWAGGER_BASE_PATH=/v2 -p 80:8080 swaggerapi/petstore:unstable
+ - docker pull swaggerapi/petstore
+ - docker run -d -e SWAGGER_HOST=http://petstore.swagger.io -e SWAGGER_BASE_PATH=/v2 -p 80:8080 swaggerapi/petstore
50
- docker ps -a
51
# Add bats test framework and cURL for Bash script integration tests
52
- sudo add-apt-repository ppa:duggan/bats --yes
0 commit comments