Skip to content

Commit c1a04cf

Browse files
committed
Merge branch 'feature/ci'
2 parents 50ce014 + 3e8bfce commit c1a04cf

File tree

3 files changed

+339
-1
lines changed

3 files changed

+339
-1
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
language: node_js
2+
node_js:
3+
- 14
4+
script:
5+
- eslint 'src/**'
6+
- npm run test:coveralls

0 commit comments

Comments
 (0)