瀏覽代碼

fix hxtemplo dependencies

Simon Krajewski 11 年之前
父節點
當前提交
74736a7e43
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      tests/RunTravis.hx

+ 2 - 2
tests/RunTravis.hx

@@ -227,7 +227,7 @@ class RunTravis {
 				getJavaDependencies();
 				getPhpDependencies();
 				getCppDependencies(unitDir);
-				runCommand("haxelib", ["git", "hxparse", "https://github.com/Simn/hxparse"]);
+				runCommand("haxelib", ["git", "hxparse", "https://github.com/Simn/hxparse", "development", "src"]);
 				runCommand("haxelib", ["git", "hxtemplo", "https://github.com/Simn/hxtemplo"]);
 
 				changeDirectory(getHaxelibPath("hxtemplo"));
@@ -237,7 +237,7 @@ class RunTravis {
 				runCommand("neko", ["bin/hxtemplo.n"]);
 				runCommand("java", ["-jar", "bin/java/Test.jar"]);
 				runCommand("php", ["bin/php/index.php"]);
-				runCommand(".bin/cpp/Test", []);
+				runCommand("./bin/cpp/Test", []);
 			case target:
 				throw "unknown target: " + target;
 		}