From 45a45cddd4337314ea5f50f559595475e742b1a1 Mon Sep 17 00:00:00 2001 From: Roderick Hsiao Date: Fri, 23 Apr 2021 14:14:35 -0700 Subject: [PATCH] Move sauce lab username and key to Travis (#295) --- Gruntfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index e9cc151c..44b4e1ab 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -112,8 +112,8 @@ module.exports = function (grunt) { all: { options: { // this is apply for open source project https://saucelabs.com/open-source - username: 'roderick.hsiao', - key: () => 'a7c8994f-a04b-4d04-808f-1090f5148079', + username: process.env.SAUCE_USERNAME, + key: () => process.env.SAUCE_ACCESS_KEY, testname: 'react-i13n func test', urls: ['http://127.0.0.1:9999/tests/functional/page.html'],