Skip to content

Commit

Permalink
Move sauce lab username and key to Travis (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
roderickhsiao committed Apr 23, 2021
1 parent cb8d8f9 commit 45a45cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Expand Up @@ -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'],
Expand Down

0 comments on commit 45a45cd

Please sign in to comment.