From ff872b400989a198fe625d43f61e7e6a4b2b7431 Mon Sep 17 00:00:00 2001 From: Patrick Niklaus Date: Tue, 21 Mar 2017 00:31:44 +0000 Subject: [PATCH] Fix example --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 672066880..eb8fc6640 100644 --- a/.travis.yml +++ b/.travis.yml @@ -195,7 +195,7 @@ install: script: - if [[ $TARGET_ARCH == armhf ]] ; then echo "Skip tests for $TARGET_ARCH" && exit 0 ; fi - make -C test/data benchmark - - ./example/build/osrm-example test/data/berlin_CH.osrm + - ./example/build/osrm-example test/data/ch/berlin.osrm # All tests assume to be run from the build directory - pushd ${OSRM_BUILD_DIR} - ./unit_tests/library-tests