Skip to content

Commit 8092fc0

Browse files
committed
fix: setup travis build
closes #18
1 parent b849231 commit 8092fc0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
language: node_js
2+
node_js:
3+
- 0.8
4+
- 0.10
5+
6+
# Make sure we have new NPM.
7+
before_install:
8+
- npm install -g npm
9+
10+
script:
11+
- grunt

0 commit comments

Comments
 (0)