aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 607d5f55e00371bd93c65962c82ad474c66c64a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
sudo: false
dist: trusty
language: node_js
node_js: node
install: npm i --save-dev
script:
  - npm run test
  - npm run build
  - npm run build-install
env:
  - NODE_ENV=production