Skip to content

Commit 0a640fc

Browse files
committed
Added grunt to travis
1 parent d20e8a9 commit 0a640fc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
language: node_js
22
node_js:
33
- "0.10"
4+
before_install: npm install -g grunt-cli
5+
install: npm install
6+
before_script: grunt build
47

0 commit comments

Comments
 (0)