I tested manually on OSX and linux, but lets make sure the same thing is true on travis-ci builds.
17 lines
206 B
YAML
17 lines
206 B
YAML
os:
|
|
- linux
|
|
- osx
|
|
|
|
env:
|
|
- TEST_SHELLS=bash
|
|
- TEST_SHELLS=zsh
|
|
|
|
install:
|
|
- ./test/support/travisci_deps.sh
|
|
|
|
before_script:
|
|
- echo -e "test_repo_11\ntest_repo_1" | sort
|
|
|
|
script:
|
|
- ./run_tests.sh
|