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