Skip to content

Commit 07d7df3

Browse files
committed
travis
1 parent ff573b0 commit 07d7df3

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.travis.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
language: node_js
2+
node_js:
3+
- "6"
4+
- "5"
5+
- "4"
6+
- "0.10.x"
7+
before_script:
8+
- npm install .
9+
"scripts": {
10+
"test": "./node_modules/mocha/bin/mocha test/all.js"
11+
},
12+
13+

0 commit comments

Comments
 (0)