aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 5e2c573ee5b98ce3ab2ba2b5cc6c5c0ab6f87821 (plain) (blame)
1
2
3
4
5
6
7
language: node_js
script:
  - npm run test
  - npm run build
  - npm run build-install
env:
  - NODE_ENV=production