Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 4ebf9e2

Browse files
author
Vinayak Kulkarni
committed
Added Travis-CI
1 parent 9fb2c2d commit 4ebf9e2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: .travis.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
language: node_js
2+
node_js:
3+
- stable
4+
install:
5+
- npm install
6+
script:
7+
- npm test

0 commit comments

Comments
 (0)