language: node_js node_js: - "6.5" install: - npm config set spin=false - npm install script: - npm test # Allow Travis tests to run in containers. sudo: false