Skip to content

Commit c2a4f9a

Browse files
committed
add travis file
1 parent a7f1698 commit c2a4f9a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
language: node_js
2+
node_js:
3+
- "0.11"
4+
before_script:
5+
- npm install -g grunt-cli
6+
script:
7+
- grunt default --verbose

0 commit comments

Comments
 (0)