Skip to content

Commit 50bd0f1

Browse files
committed
Changing sdl2 dependency to libsdl2
1 parent 61e5ab9 commit 50bd0f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ language: cpp
22
before_install:
33
- sudo add-apt-repository ppa:antumdeluge/sdl2 -y
44
- sudo apt-get update -y
5-
- sudo apt-get install sdl2 -y
5+
- sudo apt-get install libsdl2 -y
66
script: make tests

0 commit comments

Comments
 (0)