Browse Source

[CI] ubuntu wily is not supported anymore

Andy Li 8 years ago
parent
commit
3526137459
1 changed files with 0 additions and 1 deletions
  1. 0 1
      tests/RunCi.hx

+ 0 - 1
tests/RunCi.hx

@@ -653,7 +653,6 @@ class RunCi {
 			runCommand("debuild -S -sa");
 			runCommand("backportpackage -d yakkety --upload ${PPA} --yes ../haxe_*.dsc");
 			runCommand("backportpackage -d xenial  --upload ${PPA} --yes ../haxe_*.dsc");
-			runCommand("backportpackage -d wily    --upload ${PPA} --yes ../haxe_*.dsc");
 			runCommand("backportpackage -d vivid   --upload ${PPA} --yes ../haxe_*.dsc");
 			runCommand("backportpackage -d trusty  --upload ${PPA} --yes ../haxe_*.dsc");
 			runCommand("git checkout debian/changelog");