Skip to content
This repository has been archived by the owner on Feb 19, 2022. It is now read-only.

Commit

Permalink
Limit queue and don't buffer.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-roemer committed Dec 14, 2015
1 parent 2951066 commit c677297
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ script:
- npm run check-ci

# Sauce Labs
# TODO HERE: --buffer --tries=2 --queue=2
- >-
node_modules/.bin/builder envs test-func --buffer --tries=2
node_modules/.bin/builder envs test-func --tries=2 --queue=2
'[ { "ROWDY_SETTINGS":"sauceLabs.IE_8_Windows_2008_Desktop" },
{ "ROWDY_SETTINGS":"sauceLabs.IE_9_Windows_2008_Desktop" },
{ "ROWDY_SETTINGS":"sauceLabs.IE_10_Windows_2012_Desktop" },
Expand Down

0 comments on commit c677297

Please sign in to comment.