language: node_js
node_js:
- 'stable'
- '8'
- '6'
before_install:
- npm install
script:
- npm run build