Add edge to ci

This commit is contained in:
Chi Vinh Le
2017-10-25 14:19:13 +02:00
parent 16bf887161
commit 823bf18335
+1 -3
View File
@@ -22,13 +22,11 @@ if [[ "${CIRCLE_BRANCH}" == "master" ]]; then
browserstack chrome
browserstack firefox
browserstack ie
browserstack edge
# Safari >= 8 has issues connecting to browserstack-local. Safari < 8 is too old.
# browserstack safari
# Edge 14 & 15 randomly fails when switching from the login popup back to the main window.
# browserstack edge
exit $exitCode
else
# When browserstack is not available test locally using chrome headless.