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