sudo: false language: node_js cache: directories: - node_modules - bower_components install: - npm install - bower install addons: firefox: latest apt: sources: - google-chrome packages: - google-chrome-stable script: - npm run test - xvfb-run wct - if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then wct --plugin sauce; fi dist: trusty