Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit 295d403

Browse files
committed
fix(Travis): Trying to fix
1 parent c525981 commit 295d403

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88
- GH_PAGES_BRANCH: gh-pages
99
- secure: "PkIhXXwrR5fHh7fH+2WizaY0MmK1l1Dr7PCqs112PkEimVPcntRJeA5pjTwGRwHm+RSkFVtfo38EY/GUwzhLSRTO7WZ+id+vIMGQLgiofqrOwi0nq93esG6qI8Jg5K0GUt8mzg5m9B2tgm2I91RAojEhIukKcbsDsq3hNAUy71Y="
1010
addons:
11-
firefox: "54.0"
11+
firefox: "31.0"
1212

1313
apt:
1414
sources:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"karma": "^0.12.16",
4242
"karma-chrome-launcher": "^0.1.3",
4343
"karma-coverage": "~0.2",
44-
"karma-firefox-launcher": "~0.1",
44+
"karma-firefox-launcher": "~1.0",
4545
"karma-jasmine": "~0.2",
4646
"karma-ng-html2js-preprocessor": "^0.1.0",
4747
"karma-phantomjs-launcher": "~0.1.4",

0 commit comments

Comments
 (0)