From 228cd7903ef37a3272e06c44930bb4c0de120058 Mon Sep 17 00:00:00 2001 From: Semen Bezrukov Date: Fri, 25 Oct 2019 10:28:29 +0300 Subject: [PATCH] Change working directory for tests --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 62c905d..5877421 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,4 +37,8 @@ services: - docker script: - - ./test/test.sh + # Go to tests dir + - cd ${PWD}/tests + + # Run test. + - ./test.sh