From 666ae9538d33716005562581f74ea5f2e933767a Mon Sep 17 00:00:00 2001 From: Kevin Burke Date: Sat, 24 May 2014 11:20:42 +0900 Subject: [PATCH] qq must mean yes --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1f1e6b7898..fcc971b21b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ before_install: - echo "yes" | sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu `lsb_release -sc` main universe restricted multiverse" - echo "yes" | sudo apt-add-repository ppa:openmw/deps - sudo apt-get update -qq - - sudo apt-get install mingw32 libsdl2-static-dev + - sudo apt-get install -qq mingw32 libsdl2-static-dev script: - which crossdev - echo "Hello World"