aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 0c3e812f7c113ab709cc4759e1f978bb47546e7c (plain) (blame)
1
2
3
4
5
6
7
8
sudo: false
dist: trusty
language: node_js
node_js: node
script:
  - npm run test
  - npm run build
  - npm run build-install