From b25aa29feed18953ba6ca115ffddf134779db01c Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Mon, 19 Sep 2016 10:08:13 +0200 Subject: [PATCH] Fix make call in travis config --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5982e293..6145fdd2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,7 @@ script: done done else # $TEST_SUITE == "libraries" - make $(find . -maxdepth 1 -name "libimag*" -printf "test-%f ") + make $(find . -maxdepth 1 -name "libimag*" -printf "%f-test ") fi addons: