sudo: false
language: node_js
node_js:
- "stable"
branches:
  only:
  - master
script: "npm run test-travis"
