aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 22b4367e02f19b75de92b044091478b94b114cd1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language: node_js
node_js: "8"

os:
  - linux

install:
  - npm install

script:
  - npm run dist

branches:
  only:
  - master