From b5b4af8a2e198f8a9310f079c19bca1e7da7b7cd Mon Sep 17 00:00:00 2001 From: NeoTheFox Date: Fri, 4 Dec 2015 10:17:22 +0100 Subject: [PATCH] forgot --yes for travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 79f784c..af136cb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ install: - - sudo apt-add-repository ppa:beineri/opt-qt55 + - sudo apt-add-repository --yes ppa:beineri/opt-qt55 - sudo apt-get update -qq - apt-cache search libqt5serialport - sudo apt-get install qt55base qt55serialport qt55tools