Przeglądaj źródła

Fix travis-ci build config for new build system

marynate 10 lat temu
rodzic
commit
27b1f38401
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      .travis.yml

+ 1 - 1
.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