From 7d0f417ba46c9ded40808a4029873c1179a24772 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20L=C3=BChne?= Date: Mon, 23 May 2016 01:56:53 +0200 Subject: [PATCH] Enforcing Travis to build everything successfully in addition to run the tests. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0bba604..5c55ae6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,4 +18,4 @@ script: - mkdir build - cd build - cmake .. -DCMAKE_BUILD_TYPE=Debug -DBUILD_TESTS=ON -DCMAKE_CXX_COMPILER=$COMPILER - - make run-tests + - make && make run-tests