Skip to content

Commit fbefdc7

Browse files
author
Dipak Sarkar
committed
added travis
1 parent e651c4a commit fbefdc7

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+
node_js:
3+
- "16"
4+
install:
5+
- yarn install
6+
- yarn global add codecov
7+
jobs:
8+
include:
9+
- stage: Unit Tests
10+
script: yarn test --coverage && codecov
11+
- stage: Lint
12+
script: yarn lint
13+
- stage: Publish npm package
14+
script: yarn build

0 commit comments

Comments
 (0)