language: node_js # Allow Travis tests to run in containers. sudo: false node_js: - "6" - "8" cache: directories: - $HOME/.npm install: - npm install script: - npm test - npm run test:smoke