language: node_js
node_js:
  - 'stable'
  - 'lts/*'

# safelist
branches:
  only:
  - master

bundler_args: --deployment
cache: bundler
