Skip to content

Commit f25c942

Browse files
committed
Add travis script
1 parent b60f1f6 commit f25c942

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

0 commit comments

Comments
 (0)