From 5a68f23064873c37cfa688c49c4c636069f17d3e Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Mon, 15 Dec 2014 22:55:49 -0500 Subject: [PATCH] Updated CI with correct names of utility programs --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8cccd49..ec9a80f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ before_script: - cmake .. script: - make - - make classifychars tagplates sortstate benchmark prepcharsfortraining + - make openalpr-utils-classifychars openalpr-utils-tagplates openalpr-utils-sortstate openalpr-utils-benchmark openalpr-utils-prepcharsfortraining - ./tests/unittests