qq must mean yes

This commit is contained in:
Kevin Burke 2014-05-24 11:20:42 +09:00
parent c17117329b
commit 666ae9538d
1 changed files with 1 additions and 1 deletions

View File

@ -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"