Don't test on safari locally, but test it on TravisCI
This commit is contained in:
parent
37cae3987b
commit
6584d4c885
19
testem.json
19
testem.json
|
@ -4,13 +4,13 @@
|
|||
"launch_in_ci": [
|
||||
"PhantomJS",
|
||||
"SL_chrome",
|
||||
"SL_firefox"
|
||||
"SL_firefox",
|
||||
"SL_safari"
|
||||
],
|
||||
"launch_in_dev": [
|
||||
"PhantomJS",
|
||||
"Chrome",
|
||||
"Firefox",
|
||||
"Safari"
|
||||
"Firefox"
|
||||
],
|
||||
"launchers": {
|
||||
"SL_chrome": {
|
||||
|
@ -38,6 +38,19 @@
|
|||
"--u"
|
||||
],
|
||||
"protocol": "browser"
|
||||
},
|
||||
"SL_safari": {
|
||||
"exe": "./node_modules/.bin/ember-cli-sauce",
|
||||
"args": [
|
||||
"-b",
|
||||
"safari",
|
||||
"-p",
|
||||
"Mac 10.10",
|
||||
"--at",
|
||||
"--no-ct",
|
||||
"--u"
|
||||
],
|
||||
"protocol": "browser"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user