From 234cf2d84706f3a4898eaeff5c5af7fba38bf040 Mon Sep 17 00:00:00 2001 From: Patrick Niklaus Date: Thu, 21 Jan 2016 20:20:33 +0100 Subject: [PATCH] Move taginfo check --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 45029745c..e0e75c74f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -123,6 +123,7 @@ install: before_script: - cd ${TRAVIS_BUILD_DIR} + - ./scripts/check_taginfo.py taginfo.json profiles/car.lua - rvm use 1.9.3 - gem install bundler - bundle install @@ -132,7 +133,6 @@ before_script: - cmake .. -DCMAKE_BUILD_TYPE=${BUILD_TYPE} -DBUILD_SHARED_LIBS=${BUILD_SHARED_LIBS:-OFF} -DBUILD_TOOLS=1 script: - - ./scripts/check_taginfo.py taginfo.json profiles/car.lua - make --jobs=2 - make tests --jobs=2 - make benchmarks