Skip to content

Commit

Permalink
Travis: fix builds!
Browse files Browse the repository at this point in the history
  • Loading branch information
nightblade9 committed Oct 14, 2017
1 parent 59b83ec commit 2864e74
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ install:
- haxelib git haxesharp https://github.com/nightblade9/haxesharp
- haxelib install munit > /dev/null
script:
- haxelib run munit test #-coverage -result-exit-code
- haxelib run munit test -coverage -result-exit-code
7 changes: 7 additions & 0 deletions test.hxml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@
-cp src
-cp test

###
# https://github.com/massiveinteractive/MassiveUnit/issues/138
--remap flash:openfl
# define KEYBOARD so FlxG.keys is valid
--macro flixel.system.macros.FlxDefines.run()
# define FLX_GAMEINPUT_API
-D openfl_next
###

-neko build/neko_test.n

0 comments on commit 2864e74

Please sign in to comment.