Skip to content

Commit 84792f4

Browse files
authored
fix brew cmds
1 parent c98dd37 commit 84792f4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis/Brewfile.travis

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# using https://github.com/Homebrew/homebrew-bundle/blob/master/README.md#usage as example
2-
brew "sdl sdl_gfx sdl_mixer sdl_ttf"
2+
brew "sdl"
3+
brew "sdl_gfx"
4+
brew "sdl_mixer"
5+
brew "sdl_ttf"
36
brew "glew" unless system '[[ "$HYPERROGUE_USE_GLEW" != "1" ]]'
47
brew "libpng" unless system '[[ "$HYPERROGUE_USE_PNG" != "1" ]]'
5-
brew "automake" unless system '[[ "$TRAVIS_USE_AUTOTOOLS" != "1" ]]'
8+
brew "automake" unless system '[[ "$TRAVIS_USE_AUTOTOOLS" != "1" ]]'

0 commit comments

Comments
 (0)