git repos / blockattack-game

commit 2fa537db

sago007 · 2016-10-01 11:50
2fa537dbf723865df12738212aadab8551d7e851 patch · browse files
parent e17fcc865ad595bdb46392e914c86473a3061781

I don't think we need docbook-to-man because we use help2man now.

Changed files

M .travis.yml before
diff --git a/.travis.yml b/.travis.yml index ec264fa..f591d43 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -22,7 +22,7 @@ cache:
before_install:
- sudo apt-add-repository --yes ppa:zoogie/sdl2-snapshots
- sudo apt-get update -qq
- - sudo apt-get install libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev docbook-to-man libboost-program-options-dev
+ - sudo apt-get install libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev libboost-program-options-dev
install:
- export CXX="g++-4.9"