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