aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 48d6db68c076ecd27a8ee7fc0e29288881d53ad1 (plain) (blame)
1
2
3
4
5
6
7
language: node_js
node_js:
  - 14
install:
  - npm install
script:
  - npm run package