From 04b41537390b83b58e3439751c503979f61d0a90 Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Tue, 15 Sep 2015 23:20:06 -0400 Subject: [PATCH] Added install step to travis CI --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index ec9a80f..c62b78f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,8 @@ before_script: script: - make - make openalpr-utils-classifychars openalpr-utils-tagplates openalpr-utils-sortstate openalpr-utils-benchmark openalpr-utils-prepcharsfortraining + - sudo make install - ./tests/unittests +