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

Commit 3ed9bf5

Browse files
author
Kent C. Dodds
committed
chore(travis): Add firefox setup
Our tests run in firefox and we need to inform travis of this using some weird cryptic stuff 😕
1 parent 67bbf6c commit 3ed9bf5

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
@@ -9,6 +9,8 @@ node_js:
99
- iojs
1010
before_install:
1111
- npm i -g npm@^2.0.0
12+
- "export DISPLAY=:99.0"
13+
- "sh -e /etc/init.d/xvfb start"
1214
before_script:
1315
- npm prune
1416
script:

0 commit comments

Comments
 (0)