From 88052cd1944a79c35aaa78ac5484933a57401fcb Mon Sep 17 00:00:00 2001 From: "Daniel J. Hofmann" Date: Thu, 17 Mar 2016 13:18:23 +0100 Subject: [PATCH] Adapts our Travis config to continuously run the library unit tests --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 72d93338a..692b6cd05 100644 --- a/.travis.yml +++ b/.travis.yml @@ -165,6 +165,7 @@ script: - popd - npm test - make -C test/data benchmark + - ./build/library-tests test/data/monaco.osrm - mkdir example/build && pushd example/build - cmake .. - make