Skip to content

Commit 63d108b

Browse files
Travis CI config file added
1 parent 5bafcdb commit 63d108b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
language: node_js
2+
node_js:
3+
- "stable"
4+
cache:
5+
directories:
6+
- node_modules
7+
script:
8+
- npm test
9+
on:
10+
branch: master

0 commit comments

Comments
 (0)