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