Skip to content

Commit a0d8693

Browse files
committed
fix(travis): add before_scripts to launch firefox
1 parent ce0abd8 commit a0d8693

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
before_script:
2+
- export DISPLAY=:99.0
3+
- sh -e /etc/init.d/xvfb start
4+
15
script:
26
- "npm test"
37

0 commit comments

Comments
 (0)