mirror of
https://github.com/murdos/musicbrainz-userscripts
synced 2024-11-10 13:14:16 +00:00
Setup Travis in order to automatically run linter checks
This commit is contained in:
parent
8c2db66094
commit
cc95c62d11
1 changed files with 9 additions and 0 deletions
9
.travis.yml
Normal file
9
.travis.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
os:
|
||||
- linux
|
||||
language: node_js
|
||||
node_js:
|
||||
- "10.13.0"
|
||||
install:
|
||||
- npm install
|
||||
script:
|
||||
- npm run lint
|
Loading…
Reference in a new issue