Skip to content

Commit

Permalink
[TravisCI] Compile RunTravis to neko such that it can run "sudo make …
Browse files Browse the repository at this point in the history
…install" to replace the compiler.
  • Loading branch information
andyli committed May 12, 2014
1 parent 3f68e3c commit 6faabff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6faabff

Please sign in to comment.