commit ee516a19
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: