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