Browse Source

Merge pull request #2920 from Gama11/patch-4

Compile flixel-demos for HTML5 as well
Simon Krajewski 11 years ago
parent
commit
f8725223ca
1 changed files with 2 additions and 0 deletions
  1. 2 0
      tests/RunTravis.hx

+ 2 - 0
tests/RunTravis.hx

@@ -389,6 +389,7 @@ class RunTravis {
 				haxelibInstall("task");
 
 				haxelibInstallGit("larsiusprime", "firetongue");
+				haxelibInstallGit("YellowAfterLife", "openfl-bitfive");
 
 				haxelibInstallGit("HaxeFlixel", "flixel");
 				haxelibInstallGit("HaxeFlixel", "flixel-addons");
@@ -398,6 +399,7 @@ class RunTravis {
 
 				haxelibRun(["flixel-tools", "testdemos", "-flash"]);
 				haxelibRun(["flixel-tools", "testdemos", "-neko"]);
+				haxelibRun(["flixel-tools", "testdemos", "-html5"]);
 			case target:
 				throw "unknown target: " + target;
 		}