diff options
author | MarcoFalke <falke.marco@gmail.com> | 2019-10-24 12:45:43 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2019-10-24 12:43:55 -0400 |
commit | fa710066b9c992ccde7149cfa8da923bcc08bc22 (patch) | |
tree | 7e2843f871f0a11d38a6efb81fe2982bb6b964f6 /.travis.yml | |
parent | d53828cb79688d72a18d2cc550dcd1dfe2d3dd85 (diff) |
ci: Disable functional tests on mac host
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 0a14ddf34c..60d0481d62 100644 --- a/.travis.yml +++ b/.travis.yml @@ -152,4 +152,4 @@ jobs: # https://docs.travis-ci.com/user/reference/osx/#macos-version osx_image: xcode11 env: >- - FILE_ENV="./ci/test/00_setup_env_mac_functional.sh" + FILE_ENV="./ci/test/00_setup_env_mac_host.sh" |