build: update Travis build to use OpenCV 3.4.2 release
Signed-off-by: Ron Evans <ron@hybridgroup.com>
This commit is contained in:
parent
29192a3719
commit
efae8d5681
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue