.travis.yml: Add --force-yes for server workaround.

ussl-unix
Paul Sokolovsky 2016-05-26 01:50:40 +03:00
parent caf5e45aee
commit 2e81d62f6c
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ before_script:
- sudo add-apt-repository -y ppa:terry.guo/gcc-arm-embedded
- sudo dpkg --add-architecture i386
- sudo apt-get update -qq || true
- sudo apt-get install -y python3 gcc-multilib gcc-arm-none-eabi pkg-config libffi-dev libffi-dev:i386 qemu-system mingw32
- sudo apt-get install -y --force-yes python3 gcc-multilib gcc-arm-none-eabi pkg-config libffi-dev libffi-dev:i386 qemu-system mingw32
# For teensy build
- sudo apt-get install realpath
# For coverage testing