Browse Source

[TravisCI] disabled deployment to ppa:haxe/snapshots for now

because there is no debian sedlex package...
Andy Li 8 years ago
parent
commit
d22d241f69
1 changed files with 4 additions and 1 deletions
  1. 4 1
      tests/RunCi.hx

+ 4 - 1
tests/RunCi.hx

@@ -569,7 +569,10 @@ class RunCi {
 
 			// deployBintray();
 			deployApiDoc();
-			deployPPA();
+
+			// disable deployment to ppa:haxe/snapshots for now
+			// because there is no debian sedlex package...
+			// deployPPA();
 		}
 	}