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 c22453f24a
commit 88052cd194

View File

@ -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