language: node_js
node_js:
 - '4.4.0'
 - '6.0'
script: npm run test-ci
sudo: false
