Skip to content

Commit

Permalink
fix sdl2 package name
Browse files Browse the repository at this point in the history
  • Loading branch information
pradeeproark committed Sep 18, 2013
1 parent 467bb6c commit 5f41d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,5 +1,5 @@
language: objective-c
git:
submodules: false
before_script: brew update && brew install libsdl2 haskell-platform
before_script: brew update && brew install sdl2 haskell-platform
script: cabal configure --enable-tests && cabal build && cabal test

0 comments on commit 5f41d4f

Please sign in to comment.