sudo: false
language: node_js
node_js:
  - 5.6.0
branches:
  only:
    - master
script: npm run travis
