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