Skip to content

Commit 29f0e12

Browse files
Add travis ci
1 parent 3cbba06 commit 29f0e12

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.travis.yml

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

0 commit comments

Comments
 (0)