diff --git a/.travis.yml b/.travis.yml index f4d9502b..1add5370 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,4 +10,5 @@ compiler: - clang - gcc script: - - ./test/run-tests.sh + - cd test + - ./run-tests.sh diff --git a/test/run-tests.sh b/test/run-tests.sh index 22371131..e4b9b6a6 100755 --- a/test/run-tests.sh +++ b/test/run-tests.sh @@ -4,8 +4,6 @@ set -e -cd test - # Tests included with the repository pushd asm