Skip to content

Commit aa97856

Browse files
committed
init: Add .travis.yml
1 parent a3642bf commit aa97856

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
language: node_js
2+
node_js:
3+
- 6
4+
- 7
5+
- 8
6+
after_success:
7+
- npm test

0 commit comments

Comments
 (0)