Skip to content

Commit

Permalink
Update Travis CI to use SDL2_ttf 2.0.18
Browse files Browse the repository at this point in the history
Signed-off-by: Lilis Iskandar <[email protected]>
  • Loading branch information
veeableful committed Jan 19, 2022
1 parent 5855a09 commit cbd8277
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ install:
- make
- sudo make install
- cd ..
- wget https://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-2.0.15.tar.gz
- tar xf SDL2_ttf-2.0.15.tar.gz
- cd SDL2_ttf-2.0.15
- wget https://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-2.0.18.tar.gz
- tar xf SDL2_ttf-2.0.18.tar.gz
- cd SDL2_ttf-2.0.18
- ./configure
- make
- sudo make install
Expand Down

0 comments on commit cbd8277

Please sign in to comment.