Browse Source

[TravisCI] Compile RunTravis to neko such that it can run "sudo make install" to replace the compiler.

Andy Li 11 năm trước cách đây
mục cha
commit
6faabff129
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      .travis.yml

+ 2 - 1
.travis.yml

@@ -39,4 +39,5 @@ script:
   - mkdir ~/haxelib && haxelib setup ~/haxelib
   - haxelib git hx-yaml https://github.com/mikestead/hx-yaml master src
   - haxe -version
-  - haxe -main RunTravis -lib hx-yaml --interp
+  - haxe -neko RunTravis.n -main RunTravis -lib hx-yaml
+  - neko RunTravis.n