From 879401c96c75946a1126a407c7b557c07c380bfb Mon Sep 17 00:00:00 2001 From: Spencer Alger Date: Sun, 11 Jan 2015 00:48:09 -0700 Subject: [PATCH] update docs --- scripts/ci.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/ci.js b/scripts/ci.js index 04a0c0992..dab655905 100644 --- a/scripts/ci.js +++ b/scripts/ci.js @@ -11,8 +11,8 @@ * Tasks: * NODE_UNIT - run the unit tests in node (default: true) * NODE_INTEGRATION - run the integration tests in node (default: true) - * BROWSER - run the browser tests (default: false) - * COVERAGE - check for coverage and ship it to coveralls (default: false) + * SAUCE_LABS - run the browser tests (default: false) + * CHECK_COVERAGE - check for coverage and ship it to coveralls (default: false) * *******/