language: node_js
node_js:
    - "6"
install:
    - npm install
after-install:
    - npm run build
script:
    - npm run test
