summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 86d38e93c3025779859f6b277be0df86db1ae1de (plain)
1
2
3
4
5
6
7
8
9
10
language: node_js
cache:
  directories:
  - node_modules
node_js:
- node
script:
- npm run build
- npm run lint
- npm run stylelint