language: node_js
node_js:
  - stable
  - 7.4
env:
  - NODE_ENV=test
install:
  - npm install
  - npm run build
script:
  - npm test