Skip to content

Commit 61e5ab9

Browse files
committed
Changing format of travis-ci pre-install commands
1 parent 5d9d6a9 commit 61e5ab9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: cpp
22
before_install:
3-
- sudo add-apt-repository ppa:antumdeluge/sdl2 -qq
4-
- sudo apt-get update -qq
5-
- sudo apt-get install sdl2 -qq
3+
- sudo add-apt-repository ppa:antumdeluge/sdl2 -y
4+
- sudo apt-get update -y
5+
- sudo apt-get install sdl2 -y
66
script: make tests

0 commit comments

Comments
 (0)