Browse Source

see #31: fix the swagger bin path

pull/42/head
Nicolas Massé 7 years ago
parent
commit
9c23ce38d4
  1. 2
      .travis.yml

2
.travis.yml

@ -10,7 +10,7 @@ install:
- pip install jmespath - pip install jmespath
# Pre-install go-swagger locally since it cannot be fetched from the Travis-CI # Pre-install go-swagger locally since it cannot be fetched from the Travis-CI
# infrastructures because of rate limits imposed by GitHub on its API. # infrastructures because of rate limits imposed by GitHub on its API.
- mkdir tests/bin/ && curl -L -o tests/bin/swagger https://github.com/go-swagger/go-swagger/releases/download/0.16.0/swagger_linux_amd64 && chmod 755 tests/bin/swagger - mkdir tests/test-cases/bin/ && curl -L -o tests/test-cases/bin/swagger https://github.com/go-swagger/go-swagger/releases/download/0.16.0/swagger_linux_amd64 && chmod 755 tests/bin/swagger
script: script:
- tests/run-tests.sh - tests/run-tests.sh
notifications: notifications:

Loading…
Cancel
Save