From 5829c0dbc6e7785cec5af12891ba2ead784d1a69 Mon Sep 17 00:00:00 2001 From: "Thiago Marcos P. Santos" Date: Tue, 4 Oct 2016 17:26:08 +0300 Subject: [build] Re-add benchmark tests to the buildsystem Probably lost on the cmake migration --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 793f0130d6..6c749acfdf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,6 +45,7 @@ before_script: - cmake --version script: - make linux + - make benchmark - make test - make run-test after_script: -- cgit v1.2.1