We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d9d6a9 commit 61e5ab9Copy full SHA for 61e5ab9
.travis.yml
@@ -1,6 +1,6 @@
1
language: cpp
2
before_install:
3
- - sudo add-apt-repository ppa:antumdeluge/sdl2 -qq
4
- - sudo apt-get update -qq
5
- - sudo apt-get install sdl2 -qq
+ - sudo add-apt-repository ppa:antumdeluge/sdl2 -y
+ - sudo apt-get update -y
+ - sudo apt-get install sdl2 -y
6
script: make tests
0 commit comments