From aa8df4ae411caeb477a81f611d48e0eb6465fc66 Mon Sep 17 00:00:00 2001 From: sanctum32 Date: Mon, 2 Feb 2015 19:27:37 +0000 Subject: [PATCH] missing part for last --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b69abeb60..25744a327 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ compiler: before_install: # Latest ubuntu dependencies and libraries for development (gcc and etc). - - sudo add-apt-repository ppa:ubuntu-toolchain-r/test + - echo yes | sudo add-apt-repository ppa:ubuntu-toolchain-r/test # update and install required tools - sudo apt-get -qq update