language: node_js
node_js:
  - "6"
  - "8"
env:
  global:
    - BUILD_TIMEOUT=10000
install:
  - npm install
script:
  - npm run test:ci
