aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 49f8b3e..2434222 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,5 +11,5 @@ services:
before_install:
- docker pull redis:6.2-alpine
install:
-- docker build -t hived ./ && docker-compose up -d
+- docker build -t hived ./ && docker-compose -f ./docker-compose-travis.yaml up -d
- "./test/endpoints.sh"