Bump server-configs-test

This commit is contained in:
Léo Colombaro 2019-02-12 12:31:41 +01:00
parent 51f5ffab82
commit 0acfbbd8fa
No known key found for this signature in database
GPG Key ID: 687B480A6D4F735F
1 changed files with 4 additions and 6 deletions

View File

@ -15,9 +15,7 @@ addons:
- docker-ce
install:
- curl -sSL https://github.com/loadimpact/k6/releases/download/v0.23.1/k6-v0.23.1-linux64.tar.gz | tar -xz
- mv k6-v0.23.1-linux64 k6
- curl -sSL https://github.com/h5bp/server-configs-test/releases/download/0.0.4/server-configs-test.tar.gz | tar -xz -C test/
- curl -sSL https://github.com/h5bp/server-configs-test/releases/download/0.0.7/server-configs-test.tar.gz | tar -xz -C test/
before_script:
- docker pull nginx
@ -32,10 +30,10 @@ before_script:
nginx
script:
- ./k6/k6 run test/lib/index.js
- ./k6/k6 run test/lib/precompressed-files-gzip.js
- ./test/bin/k6 run test/lib/index.js
- ./test/bin/k6 run test/lib/precompressed-files-gzip.js
after_success: ./k6/k6 run test/lib/benchmark.js
after_success: ./test/bin/k6 run test/lib/benchmark.js
after_failure:
- docker ps -a