Skip to content

Commit db2ff04

Browse files
committed
Adding travis build config.
1 parent a5a715b commit db2ff04

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
language: node_js
2+
node_js:
3+
- "0.8"
4+
- "0.10"
5+
6+
before_script:
7+
- export DISPLAY=:99.0
8+
- export PHANTOMJS_BIN=/usr/local/phantomjs/bin/phantomjs
9+
- sh -e /etc/init.d/xvfb start
10+
- sleep 3 # give xvfb some time to start
11+
- npm install -g grunt-cli
12+
13+
script:
14+
- grunt

0 commit comments

Comments
 (0)