summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: e5e1ec6e2203a102777d81c4c6dabe384761982b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
language: node_js
os: linux
node_js:
  - node
  - 'lts/*'
  - '12'
script:
  - 'npm test'
cache: npm
notifications:
  email:
    on_success: never