Skip to content

Commit

Permalink
build: Remove requirement that BrowserStack tests be run for a releas…
Browse files Browse the repository at this point in the history
…e. To be re-enabled once BrowserStack tests are fixed. (#617)
  • Loading branch information
shawnbuso committed May 31, 2018
1 parent f08408a commit 35ee818
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/preversion.js
Expand Up @@ -13,9 +13,9 @@ try {
console.log('Error runninng install:', error.error);
}

if (process.env.BROWSERSTACK_USER === undefined ||
/*if (process.env.BROWSERSTACK_USER === undefined ||
process.env.BROWSERSTACK_ACCESS_KEY === undefined) {
console.error(
'ERROR: Both BROWSERSTACK_USER and BROWSERSTACK_ACCESS_KEY must be set');
process.exit(1);
}
}*/

0 comments on commit 35ee818

Please sign in to comment.