From e883c99c6de422ac414a6ac35d421e5f97a36b22 Mon Sep 17 00:00:00 2001 From: Kenneth Shaw Date: Wed, 24 May 2017 09:58:46 +0700 Subject: [PATCH] Fixing travis config from last commit --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f7e3f2b..1521002 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,9 +4,9 @@ go: - 1.8 - tip before_install: - - sudo add-apt-repository ppa:ubuntu-toolchain-r/test + - sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test - sudo apt-get update - - sudo apt-get install libstdc++6 + - sudo apt-get install -y libstdc++6 - go get github.com/mattn/goveralls - ./contrib/grab-headless_shell.sh $HOME/hs script: