* Use travis.yml from polymer * Update .travis.yml * Try wct tests * Encrypt Sauce env * More test config * Update2 * try to remove souce_connect * Try another config * More browsers * Clean tabs, test shadow dom.
26 lines
554 B
JSON
26 lines
554 B
JSON
{
|
|
"plugins": {
|
|
"sauce": {
|
|
"disabled": true,
|
|
"browsers": [{
|
|
"browserName": "chrome",
|
|
"platform": "Linux",
|
|
"version": "latest"
|
|
}, {
|
|
"browserName": "safari",
|
|
"platform": "macOS 10.12",
|
|
"version": "10.0"
|
|
}, {
|
|
"browserName": "firefox",
|
|
"platform": "Windows 10",
|
|
"version": "latest"
|
|
}, {
|
|
"browserName": "MicrosoftEdge",
|
|
"platform": "Windows 10",
|
|
"version": "14.14393"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|