Using Travis for HaxeFlixel
-
Hey !
I have a question ... i'm currently using haxeflixel, git and now I'd like to use travis to build my code...
Does anyone have already a config file to use it??Thank you a lot in advance :)
Nightlyside
-
Flixel itself uses Travis. However, the setup is probably a bit more complex than you'd need for just a single project - it's building unit tests, coverage tests and all of flixel-demos on 4 targets and 2 different Haxe versions.
Most of that happens in a neko script, which is a lot nicer to work with than bash scripts.
-
And so ? Is there one already made or should I just copy/paste the one from flixel?