Skip to content

Commit b48c3fe

Browse files
chore(travis): add travis script
1 parent 69184b6 commit b48c3fe

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
language: node_js
2+
node_js:
3+
- "0.8"
4+
5+
before_script:
6+
- export DISPLAY=:99.0
7+
- sh -e /etc/init.d/xvfb start
8+
- npm install --quiet -g [email protected] [email protected]
9+
10+
script: grunt

0 commit comments

Comments
 (0)