From 92d8959abc2a3a0c5890a8b816ecb61996d90661 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Thu, 25 Feb 2021 13:00:20 +0330 Subject: removing tests for now. will have to see how travis handles localhost/ports because security... --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2434222..772421d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,4 +12,4 @@ before_install: - docker pull redis:6.2-alpine install: - docker build -t hived ./ && docker-compose -f ./docker-compose-travis.yaml up -d -- "./test/endpoints.sh" +# - "./test/endpoints.sh" -- cgit v1.2.3