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

Commit c525981

Browse files
committed
ci(Fix ): fixing it
1 parent 39e938d commit c525981

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
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: "54.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

0 commit comments

Comments
 (0)