Browse Source

Configure travis to make lint run 🚥

pull/62/head
Adriean Khisbe 7 years ago
parent
commit
f1cbac8d73
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      .travis.yml

+ 7
- 0
.travis.yml View File

@ -8,3 +8,10 @@ node_js:
- "9"
- "10"
- "node"
install:
- npm install
script:
- npm run lint
- npm test

Loading…
Cancel
Save