Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 80d2c85

Browse files
committed
chore(travis): enable Firefox again
This updates karma-sauce-launcher plugin, which fixes the issue we were having (it uses the latest version of wd). This reverts 1c18c93
1 parent 9fd92cc commit 80d2c85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"karma-firefox-launcher": "~0.1.0",
2626
"karma-ng-scenario": "~0.1.0",
2727
"karma-junit-reporter": "git://github.com/karma-runner/karma-junit-reporter#karma-0.11",
28-
"karma-sauce-launcher": "~0.1.0",
28+
"karma-sauce-launcher": "~0.1.1",
2929
"karma-script-launcher": "~0.1.0",
3030
"yaml-js": "~0.0.8",
3131
"marked": "~0.2.9",

travis_build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ set -e
55
export SAUCE_ACCESS_KEY=`echo $SAUCE_ACCESS_KEY | rev`
66

77
grunt parallel:travis --reporters dots \
8-
--browsers SL_Chrome,SL_Safari,SL_IE_8,SL_IE_9,SL_IE_10 \
8+
--browsers SL_Chrome,SL_Safari,SL_Firefox,SL_IE_8,SL_IE_9,SL_IE_10 \
99
--e2e-browsers SL_Chrome

0 commit comments

Comments
 (0)