From 5e91e5127d8a9aa40c9de0ac58d65ee832efe232 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Fri, 13 Nov 2020 15:12:14 +0100 Subject: [PATCH] Remove reference to Travis I'm still salty about that exit. --- tests/interactive.fish | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/interactive.fish b/tests/interactive.fish index 54f78beb6..4f5d39041 100644 --- a/tests/interactive.fish +++ b/tests/interactive.fish @@ -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