Skip to content

Commit

Permalink
yes
Browse files Browse the repository at this point in the history
  • Loading branch information
krono committed Mar 20, 2018
1 parent 9a80270 commit bbe7cae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis_install.sh
@@ -1,7 +1,7 @@
set -e

if [[ "${ARCH}" = "linux64x64" ]]; then
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
sudo apt-get update -qq
sudo apt-get install -yq --force-yes g++-6 gcc-6-multilib
sudo apt-get install -yq --no-install-suggests --no-install-recommends --force-yes \
Expand All @@ -19,7 +19,7 @@ if [[ "${ARCH}" = "linux64x64" ]]; then
uuid-dev
elif [[ "${ARCH}" = "linux32x86" ]]; then
sudo apt-get remove -q -y gvfs-daemons
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
sudo apt-get update -qq
sudo apt-get install -yq --force-yes g++-6 gcc-6-multilib
sudo apt-get install -yq --no-install-suggests --no-install-recommends --force-yes \
Expand Down

0 comments on commit bbe7cae

Please sign in to comment.