Run lint in travis

This commit is contained in:
Gautier P 2020-12-05 11:57:56 +01:00
parent 25429b3c24
commit 9e2b92677b

View file

@ -2,3 +2,6 @@ language: node_js
node_js:
- lts/*
cache: yarn
script:
- yarn test
- yarn lint