mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 06:31:47 +00:00
Use -q instead of -qq on apt-get
This commit is contained in:
parent
8b38503ba5
commit
eeb088dd3c
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@ compiler:
|
|||
script: ./build-test.sh
|
||||
|
||||
before_install:
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -qq libgl1-mesa-dev libsdl1.2-dev libvorbis-dev libfreetype6-dev mingw-w64
|
||||
- sudo apt-get update -q
|
||||
- sudo apt-get install -q libgl1-mesa-dev libsdl1.2-dev libvorbis-dev libfreetype6-dev mingw-w64
|
||||
|
||||
notifications:
|
||||
irc: "irc.freenode.org#ioquake3"
|
||||
|
|
Loading…
Reference in a new issue