|
|
|
@ -10,7 +10,7 @@ install: |
|
|
|
- pip install jmespath |
|
|
|
# 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. |
|
|
|
- mkdir -p 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 |
|
|
|
- mkdir -p 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/test-cases/bin/swagger |
|
|
|
script: |
|
|
|
- tests/run-tests.sh |
|
|
|
notifications: |
|
|
|
|