Skip to content

Commit 8e5e186

Browse files
committed
added travis ci config
1 parent 78d770d commit 8e5e186

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+
- "node"
4+
- "lts"
5+
script:
6+
- npm run build
7+
- npm test
8+
branches:
9+
only:
10+
- master

0 commit comments

Comments
 (0)