they were just there when we were making sure the env variable shell selection was working properly in all cases, now that we know it is, they can be removed.
14 lines
143 B
YAML
14 lines
143 B
YAML
os:
|
|
- linux
|
|
- osx
|
|
|
|
env:
|
|
- TEST_SHELLS=bash
|
|
- TEST_SHELLS=zsh
|
|
|
|
install:
|
|
- ./test/support/travisci_deps.sh
|
|
|
|
script:
|
|
- ./run_tests.sh
|