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

Commit 06272fc

Browse files
committed
added travis test
1 parent fb4f067 commit 06272fc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
language: node_js
2+
node_js:
3+
- "6"
4+
# To start firefox, xvfb(X virtual framebuffer)
5+
before_script:
6+
- export DISPLAY=:99.0
7+
- sh -e /etc/init.d/xvfb start
8+
- sleep 5

0 commit comments

Comments
 (0)