commit 4b108fe76d79a12a7b7551a051a328c802a3d871
parent d942d4003594e6b8cc31900a96ff4520c5caeadc
Author: MTRNord <mtrnord1@gmail.com>
Date: Sun, 12 Jun 2016 22:08:28 +0200
TravisCI fix confermation on install
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
@@ -9,6 +9,6 @@ before_install:
- echo $LANG
- echo $LC_ALL
- if [ $TRAVIS_OS_NAME == linux ]; then chmod 755 ./scripts/llvm.sh && ./scripts/llvm.sh; fi
-- sudo apt-get install libopencv-dev
+- sudo apt-get install -y libopencv-dev
before_script:
- if [ $TRAVIS_OS_NAME == linux ]; then travis_retry autoheader && aclocal && automake --add-missing && autoconf && ./configure; fi