Skip to content

Commit 8935910

Browse files
committed
add .travis.yml config
1 parent ebf4cc5 commit 8935910

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
language: node.js
2+
3+
node_js:
4+
- "0.12"
5+
- "0.10"
6+
- "iojs"
7+
8+
script:
9+
cd node.js && grunt test

0 commit comments

Comments
 (0)