language: node_js
node_js:
    - "7.2.0"
    - "7"
    - "6.9"
    - "6.1"
script: npm test
branches:
    only:
        - master
