Skip to content
This repository was archived by the owner on Sep 14, 2022. It is now read-only.

Commit 727b6d8

Browse files
committed
chore: add travis ci
1 parent 3b6e44e commit 727b6d8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
language: node_js
2+
node_js:
3+
- 12
4+
branches:
5+
only:
6+
- master
7+
script:
8+
- npm run test:all

0 commit comments

Comments
 (0)