git repos / blockattack-game

commit ee516a19

sago007 · 2015-11-07 22:46
ee516a19229e0e730ceaca8334325b4cd9f12f6f patch · browse files
parent 4ecde4530c4b02d2124389a88ceaf117f4a6f8b1

Choose the right compiler

Changed files

M .travis.yml before
diff --git a/.travis.yml b/.travis.yml index a805a8c..b4be399 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -10,13 +10,17 @@ addons:
- libsdl1.2-dev
- libsdl-image1.2-dev
- libsdl-mixer1.2-dev
- - libsdl-ttf1.2-dev
+ - libsdl-ttf2.0-dev
- libenet-dev
- libphysfs-dev
cache:
apt: true
+
+install:
+ - export CXX="g++-4.9"
+
script: ./travis_build.script
notifications: