Skip to content

Commit 3cc65a9

Browse files
author
Cloud Xiao
committed
Added Travis CI
1 parent b103ae7 commit 3cc65a9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
language: node_js
2+
node_js:
3+
- 8
4+
cache:
5+
directories:
6+
- node_modules
7+
script:
8+
- npm run build
9+
- npm test

0 commit comments

Comments
 (0)