From d6ab2e15bf831bfb64c6af5a558ad907544c0424 Mon Sep 17 00:00:00 2001 From: Xawotihs Date: Sat, 28 May 2016 19:15:21 +0200 Subject: [PATCH] Removed comment --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3d8be06c0..68e575f56 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,6 @@ before_install: fi # Building for Qt here - if [ "$BUILD_Qt" == "YES" ]; then -# sudo add-apt-repository --yes ppa:ubuntu-sdk-team/ppa && sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu trusty universe" && sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu trusty main" && sudo apt-get update -qq &&