Skip to content

Commit 4ef234c

Browse files
committed
reverted travis file config files
1 parent 5d31373 commit 4ef234c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ before_install:
4545
# set python 3.6.3 as default
4646
- source ~/virtualenv/python3.6/bin/activate
4747
# 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
48+
- docker pull swaggerapi/petstore
49+
- docker run -d -e SWAGGER_HOST=http://petstore.swagger.io -e SWAGGER_BASE_PATH=/v2 -p 80:8080 swaggerapi/petstore
5050
- docker ps -a
5151
# Add bats test framework and cURL for Bash script integration tests
5252
- sudo add-apt-repository ppa:duggan/bats --yes

0 commit comments

Comments
 (0)