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

Commit 4150b0a

Browse files
authored
Merge pull request #2065 from Jefiozie/FixTravis
CI(Travis) fixing the travis build.
2 parents 39e938d + 295d403 commit 4150b0a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,16 @@ env:
77
- GH_REF: github.com/angular-ui/ui-select.git
88
- GH_PAGES_BRANCH: gh-pages
99
- secure: "PkIhXXwrR5fHh7fH+2WizaY0MmK1l1Dr7PCqs112PkEimVPcntRJeA5pjTwGRwHm+RSkFVtfo38EY/GUwzhLSRTO7WZ+id+vIMGQLgiofqrOwi0nq93esG6qI8Jg5K0GUt8mzg5m9B2tgm2I91RAojEhIukKcbsDsq3hNAUy71Y="
10-
1110
addons:
11+
firefox: "31.0"
12+
1213
apt:
1314
sources:
1415
- ubuntu-toolchain-r-test
1516
packages:
1617
- g++-4.8
1718

19+
1820
before_script:
1921
- export DISPLAY=:99.0
2022
- sh -e /etc/init.d/xvfb start

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)