Bump server-configs-test
This commit is contained in:
parent
51f5ffab82
commit
0acfbbd8fa
10
.travis.yml
10
.travis.yml
|
@ -15,9 +15,7 @@ addons:
|
||||||
- docker-ce
|
- docker-ce
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- curl -sSL https://github.com/loadimpact/k6/releases/download/v0.23.1/k6-v0.23.1-linux64.tar.gz | tar -xz
|
- curl -sSL https://github.com/h5bp/server-configs-test/releases/download/0.0.7/server-configs-test.tar.gz | tar -xz -C test/
|
||||||
- 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/
|
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- docker pull nginx
|
- docker pull nginx
|
||||||
|
@ -32,10 +30,10 @@ before_script:
|
||||||
nginx
|
nginx
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- ./k6/k6 run test/lib/index.js
|
- ./test/bin/k6 run test/lib/index.js
|
||||||
- ./k6/k6 run test/lib/precompressed-files-gzip.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:
|
after_failure:
|
||||||
- docker ps -a
|
- docker ps -a
|
||||||
|
|
Loading…
Reference in New Issue