Adapts our Travis config to continuously run the library unit tests

This commit is contained in:
Daniel J. Hofmann 2016-03-17 13:18:23 +01:00 committed by Patrick Niklaus
parent fea6c2731a
commit 9dbd437233

View File

@ -165,6 +165,7 @@ script:
- popd
- npm test
- make -C test/data
- ./build/library-tests test/data/monaco.osrm
- mkdir example/build && pushd example/build
- cmake ..
- make