mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 08:57:49 +00:00
Add opera to sauce labs and shorten ie-compat tag.
This commit is contained in:
@@ -30,8 +30,8 @@
|
||||
|
||||
/** Used as request `auth` and `options` values */
|
||||
var accessKey = env.SAUCE_ACCESS_KEY,
|
||||
build = env.TRAVIS_COMMIT,
|
||||
port = 8081,
|
||||
build = env.TRAVIS_COMMIT.slice(0, 10),
|
||||
port = 9001,
|
||||
tunnelId = 'lodash_' + env.TRAVIS_JOB_NUMBER,
|
||||
username = env.SAUCE_USERNAME;
|
||||
|
||||
@@ -74,8 +74,8 @@
|
||||
['Windows 7', 'internet explorer', '8'],
|
||||
['Windows XP', 'internet explorer', '7'],
|
||||
['Windows XP', 'internet explorer', '6'],
|
||||
//['Windows 7', 'opera', '12'],
|
||||
//['Windows 7', 'opera', '11'],
|
||||
['Windows 7', 'opera', '12'],
|
||||
['Windows 7', 'opera', '11'],
|
||||
['OS X 10.8', 'safari', '6'],
|
||||
['Windows 7', 'safari', '5'],
|
||||
['Windows XP', 'safari', '4']
|
||||
|
||||
Reference in New Issue
Block a user