Remove quiet and yes from add-apt-repository

This commit is contained in:
Jeremy Soller 2017-06-18 17:22:39 -06:00
parent b10ce242f1
commit 789286627b

View file

@ -13,7 +13,7 @@ dist: trusty
before_install: before_install:
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then - if [ "$TRAVIS_OS_NAME" == "linux" ]; then
sudo apt-key adv -q --batch --yes --keyserver keyserver.ubuntu.com --recv-keys AA12E97F0881517F && sudo apt-key adv -q --batch --yes --keyserver keyserver.ubuntu.com --recv-keys AA12E97F0881517F &&
sudo add-apt-repository -q -y 'deb https://static.redox-os.org/toolchain/apt ./' && sudo add-apt-repository 'deb https://static.redox-os.org/toolchain/apt ./' &&
sudo apt-get update -qq && sudo apt-get update -qq &&
sudo apt-get install -qq nasm pkg-config fuse libfuse-dev genisoimage syslinux x86-64-elf-redox-gcc && sudo apt-get install -qq nasm pkg-config fuse libfuse-dev genisoimage syslinux x86-64-elf-redox-gcc &&
sudo modprobe fuse && sudo modprobe fuse &&