diff --git a/.travis.yml b/.travis.yml index fc9b132..128e141 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,4 +2,4 @@ language: d script: - git submodule update --init --recursive - make debug - - cd test && ./run_tests.sh + - cd tests && ./run_tests.sh