language: 'node_js'
node_js:
- '7'
- '6'
- '5'
install: 'npm install'
script: 'sh travis.sh'
sudo: false
