Skip to content

Commit 6566dbd

Browse files
committed
add travis.yml
1 parent 7653194 commit 6566dbd

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+
- "10"
5+
git:
6+
depth: 5
7+
script:
8+
- yarn build
9+
- yarn lint
10+
- yarn test-travis

0 commit comments

Comments
 (0)