Fix travis-ci build config for new build system

This commit is contained in:
marynate 2014-10-08 11:07:05 +08:00
parent ee049d1913
commit 27b1f38401

View file

@ -11,4 +11,4 @@ before_script:
- if [ "$CXX" = "g++" ]; then sudo apt-get install -qq g++-4.8; fi
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
script: scons bin/godot
script: scons platform=x11