aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 29a6dfc9030bf0b0952021dc25d7d11bac250517 (plain)
1
2
3
4
5
6
language: node_js
node_js: lts/*

script:
- npm run lint
- npm run build