Skip to content

Commit 65e4259

Browse files
committed
adding travis.yml
1 parent 28da7fe commit 65e4259

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ node_js:
55
before_script:
66
- npm install -g grunt-cli
77
- npm install
8-
- grunt &
8+
- "export DISPLAY=:99.0"
9+
- "sh -e /etc/init.d/xvfb start"
10+
- sleep 3
11+
- grunt # start a Web server
12+
- sleep 3 # give Web server some time to bind to sockets, etc
913

1014
script:
1115
- grunt karma:unit

0 commit comments

Comments
 (0)