diff options
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 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" |