build: update Travis build to use OpenCV 3.4.2 release

Signed-off-by: Ron Evans <ron@hybridgroup.com>
This commit is contained in:
Ron Evans 2018-07-05 16:16:53 +02:00
parent 29192a3719
commit efae8d5681
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
set -eux -o pipefail
OPENCV_VERSION=${OPENCV_VERSION:-3.4.0}
OPENCV_VERSION=${OPENCV_VERSION:-3.4.2}
#GRAPHICAL=ON
GRAPHICAL=${GRAPHICAL:-OFF}