Skip to content

Commit

Permalink
configured gruntfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Boyd committed May 12, 2015
1 parent 054276e commit 824669f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/browser/browserTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ if (!process.env.DESIRED){
}

var desired = JSON.parse(process.env.DESIRED);
desired.visibility = 'public';
desired.build = process.env.TRAVIS_BUILD_NUMBER;
desired.tags = [process.env.TRAVIS_BRANCH, process.env.TRAVIS_PULL_REQUEST];

wd.configureHttp({
timeout: 60000,
Expand All @@ -33,7 +36,6 @@ wd.configureHttp({
});

describe('browser test ' + desired.browserName, function () {

var browser;
var allPassed = true;

Expand Down

0 comments on commit 824669f

Please sign in to comment.