aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: d2722414b304e4dd6876259b2f83a168967c703b (plain)
1
2
3
4
5
6
7
language: node_js
node_js:
  - 'lts/*'

script:
  - npm run lint
  - npm run build