Przeglądaj źródła

do not install hxparse as hxtemplo

Simon Krajewski 11 lat temu
rodzic
commit
0ed208b96f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      tests/RunTravis.hx

+ 1 - 1
tests/RunTravis.hx

@@ -221,7 +221,7 @@ class RunTravis {
 				getJavaDependencies();
 				getPhpDependencies();
 				getCppDependencies(unitDir);
-				runCommand("haxelib", ["git", "hxtemplo", "https://github.com/Simn/hxparse"]);
+				runCommand("haxelib", ["git", "hxparse", "https://github.com/Simn/hxparse"]);
 				runCommand("haxelib", ["git", "hxtemplo", "https://github.com/Simn/hxtemplo"]);
 
 				changeDirectory(getHaxelibPath("hxtemplo"));