diff options
| author | marynate | 2014-10-08 11:07:05 +0800 |
|---|---|---|
| committer | marynate | 2014-10-08 14:38:46 +0800 |
| commit | 27b1f38401489cbb5b84b1900dbc35124bb8852d (patch) | |
| tree | 71bd0b9e41cd3f7860a58f6f5126e544b1351f67 /.travis.yml | |
| parent | ee049d1913a1e9ff78f58effee62e6d6c19dfa7b (diff) | |
| download | godot-27b1f38401489cbb5b84b1900dbc35124bb8852d.tar.gz godot-27b1f38401489cbb5b84b1900dbc35124bb8852d.tar.zst godot-27b1f38401489cbb5b84b1900dbc35124bb8852d.zip | |
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 73b07acb7..6dd21dae0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 |
