Files
scm_breeze/.travis.yml
Matthew Rothenberg b6fd7ae829 split tests up by shell for concurrency
More parallelism = faster tests.  Also better isolation for changes that
might only break on zsh or bash respectively.

This is defined via env variable, so someone running locally will have
all tests run sequentially as before.
2014-10-16 15:24:53 -04:00

16 lines
181 B
YAML

os:
- linux
- osx
env:
- TEST_SHELLS="zsh bash"
- TEST_SHELLS=bash
- TEST_SHELLS=zsh
- HI=mom
install:
- ./test/support/travisci_deps.sh
script:
- ./run_tests.sh