summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-09-19 10:08:13 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-09-19 10:08:13 +0200
commitb25aa29feed18953ba6ca115ffddf134779db01c (patch)
tree6db33274bc651a4652c4b27d249c6f3166d7be3b /.travis.yml
parentd041d62d09afe859fc62a759541141826897a429 (diff)
Fix make call in travis config
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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: