Merge pull request #765 from marynate/PR-fix-travis-build
Fix travis-ci build config for new build system
This commit is contained in:
commit
e7134d6115
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue