From 1bb5320957ee202488c8168e7f7099f4d67871d4 Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Thu, 10 Dec 2015 15:39:26 +0100 Subject: [PATCH] What am I thinking! --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3b4b1228..8d56a586 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,4 +10,4 @@ script: - autoreconf -fi - mkdir tests - cd tests - - sh ../tests/src/test/tpkg/run-tpkg-tests.sh + - sh ../src/test/tpkg/run-tpkg-tests.sh