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 824669f commit 64cbc59
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
1 change: 0 additions & 1 deletion test/browser/browserTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ 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];

Expand Down
17 changes: 11 additions & 6 deletions test/browser/browserTestConfig.js
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
module.exports = {
"chrome": {
"browserName": "chrome",
"visibility": "public",
"build":1
"visibility": "public"
},
"firefox": {
"browserName": "firefox",
"visibility": "public",
"build":1
"visibility": "public"
},
"explorer": {
"browserName": "internet explorer",
"visibility": "public",
"build":1
"visibility": "public"
},
"opera": {
"browserName": "opera",
"visibility": "public"
},
"safari": {
"browserName": "safari",
"visibility": "public"
}
};

0 comments on commit 64cbc59

Please sign in to comment.