browzers
Version:
Reusable list of browsers to test against when using defunctzombie/zuul test runner and Sauce Labs
17 lines (16 loc) • 356 B
YAML
language: node_js
node_js:
- stable
before_install: npm prune
install: npm install
script: npm test
branches:
only:
- master
- develop
# force container based infra
# http://docs.travis-ci.com/user/workers/container-based-infrastructure/#Routing-your-build-to-container-based-infrastructure
sudo: false
cache:
directories:
- node_modules