summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 6eb48de6888de6ada799777b958fe0a20894a7c1 (plain) (blame)
1
2
3
4
5
6
7
os: osx
osx_image: xcode10.2
language: node_js
node_js: '12'
script:
  - npm test
  - npm run dist