stops testing multiple versions of node on codeship, added 1.0 branch, and fixed the browsername for chrome on saucelabs

This commit is contained in:
Spencer Alger
2014-02-05 11:48:24 -07:00
parent 7b795fc1a0
commit 64db417f92
2 changed files with 8 additions and 28 deletions

View File

@ -13,11 +13,11 @@ module.exports = {
key: slk.key,
browsers: [
{
browserName: 'chrome',
platform: 'Windows 8'
browserName: 'googlechrome',
platform: 'XP'
},
{
browserName: 'chrome',
browserName: 'firefox',
platform: 'Linux'
},
{
@ -34,14 +34,6 @@ module.exports = {
browserName: 'internet explorer',
version: '9',
platform: 'Windows 7'
},
{
browserName: 'firefox',
platform: 'Windows 7'
},
{
browserName: 'firefox',
platform: 'Linux'
}
]
}