Bump server-configs-test

This commit is contained in:
Léo Colombaro 2019-02-13 14:10:36 +01:00
parent 94a9cec172
commit 3cf23ea499
No known key found for this signature in database
GPG Key ID: 687B480A6D4F735F
1 changed files with 2 additions and 3 deletions

View File

@ -17,7 +17,7 @@ addons:
- docker-ce
install:
- curl -sSL https://github.com/h5bp/server-configs-test/releases/download/0.0.7/server-configs-test.tar.gz | tar -xz -C test/
- curl -sSL https://github.com/h5bp/server-configs-test/releases/download/1.0.0-rc/server-configs-test.tar.gz | tar -xz -C test/
before_script:
- docker pull nginx
@ -32,8 +32,7 @@ before_script:
nginx
script:
- ./test/bin/k6 run test/lib/index.js
- ./test/bin/k6 run test/lib/precompressed-files-gzip.js
- ./test/bin/k6 run test/lib/index.js -e TESTS=basic-file-access:cache-busting:custom-errors:forbidden-files:precompressed-files-gzip:rewrites:ssl
after_success: ./test/bin/k6 run test/lib/benchmark.js