--- language: node_js node_js: - "4" sudo: false dist: trusty addons: chrome: stable cache: directories: - node_modules - $HOME/.npm before_install: - npm config set spin false - npm install -g bower - bower --version - npm install phantomjs-prebuilt - node_modules/phantomjs-prebuilt/bin/phantomjs --version install: - npm install - bower install script: - npm run lint:js - npm test