Skip to content

Commit 3ccf25c

Browse files
committed
added travis ci config YAML
1 parent 2022de2 commit 3ccf25c

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.10"
4+
- "0.12"
5+
- "4"
6+
branches:
7+
only:
8+
- master
9+
script:
10+
- npm test

0 commit comments

Comments
 (0)