summaryrefslogtreecommitdiff
path: root/frontend/.travis.yml
blob: c3554fe4d4cb9bd6a4c15da0f0748eb7cfccf6aa (plain)
1
2
3
4
5
6
7
8
9
language: node_js
node_js:
  - 10
cache:
  directories:
    - node_modules
script:
  - npm run build
  - npm test