travis: fixed installation of completion templates

This commit is contained in:
Frank Morgner 2018-11-14 12:56:04 +01:00
parent ee3fdc6938
commit d4e6c0c0dd
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ before_script:
fi; fi;
unset CC; unset CC;
unset CXX; unset CXX;
./configure --host=$HOST --disable-openssl --disable-readline --disable-zlib --disable-notify --prefix=${TRAVIS_BUILD_DIR}/win32/opensc || cat config.log; ./configure --host=$HOST --with-completiondir=/tmp --disable-openssl --disable-readline --disable-zlib --disable-notify --prefix=${TRAVIS_BUILD_DIR}/win32/opensc || cat config.log;
fi fi
# Optionally try to upload to Coverity Scan # Optionally try to upload to Coverity Scan
# On error (propably quota is exhausted), just continue # On error (propably quota is exhausted), just continue