mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00:00
Remove reference to Travis
I'm still salty about that exit.
This commit is contained in:
parent
4c9d01cab0
commit
5e91e5127d
1 changed files with 0 additions and 5 deletions
|
@ -4,11 +4,6 @@
|
|||
# should be running it via `make test` to ensure the environment is properly
|
||||
# setup.
|
||||
|
||||
if test "$TRAVIS_OS_NAME" = osx
|
||||
echo "Skipping interactive tests on macOS on Travis"
|
||||
exit 0
|
||||
end
|
||||
|
||||
# Set this var to modify behavior of the code being tests. Such as avoiding running
|
||||
# `fish_update_completions` when running tests.
|
||||
set -gx FISH_UNIT_TESTS_RUNNING 1
|
||||
|
|
Loading…
Reference in a new issue