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

Commit 9759df2

Browse files
author
Kent C. Dodds
committed
fix(build): Start firefox on travis
1 parent 73e97a0 commit 9759df2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ node_js:
1212
- iojs
1313
before_install:
1414
- npm i -g npm@^2.0.0
15+
- "export DISPLAY=:99.0"
16+
- "sh -e /etc/init.d/xvfb start"
1517
before_script:
1618
- npm prune
1719
script:

0 commit comments

Comments
 (0)