Skip to content

Commit

Permalink
travis: added todo
Browse files Browse the repository at this point in the history
  • Loading branch information
lynxlynxlynx committed Nov 6, 2015
1 parent bd3afa4 commit 384f79b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# TODO: run minimal test, notify on failure, deploy to bintray, sdl_mixer is not found for linux
language: cpp

compiler:
Expand Down Expand Up @@ -32,7 +33,7 @@ addons:
- python-dev

before_install:
# homebrew missing: vlc, iconv
# homebrew missing: vlc
- if [ $TRAVIS_OS_NAME == osx ]; then brew update && brew install sdl python openal-soft freetype sdl_mixer libpng libvorbis; fi

before_script:
Expand Down

0 comments on commit 384f79b

Please sign in to comment.