Skip to content

Commit

Permalink
chore(ci) run test suite in parallelized mode
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha committed Apr 29, 2017
1 parent aefe92a commit 73b1287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ install:
- export PATH=$TRAVIS_BUILD_DIR/openresty-$OPENRESTY_VER/nginx/sbin:$PATH
- nginx -V

script: prove -r t
script: TEST_NGINX_RANDOMIZE=1 prove -j$JOBS -r t

0 comments on commit 73b1287

Please sign in to comment.