Browse Source

[TravisCI] disable the Bintray deployment for now
Until I sort out auto removing old archives so the account wouldn't reach its limit.

Andy Li 9 years ago
parent
commit
19e91b3433
2 changed files with 1 additions and 11 deletions
  1. 0 10
      .travis.yml
  2. 1 1
      tests/RunCi.hx

+ 0 - 10
.travis.yml

@@ -184,13 +184,3 @@ notifications:
     on_success: change  # options: [always|never|change] default: always
     on_failure: always  # options: [always|never|change] default: always
     on_start: false     # default: false
-
-deploy:
-  provider: bintray
-  on:
-    all_branches: true
-    condition: "-e extra/bintray.json"
-  skip_cleanup: true
-  file: "extra/bintray.json"
-  user: "${BINTRAY_USERNAME}"
-  key: "${BINTRAY_API_KEY}"

+ 1 - 1
tests/RunCi.hx

@@ -661,7 +661,7 @@ class RunCi {
 			runCommand("make", ["-s", "install_dox"]);
 			runCommand("make", ["-s", "package_doc"]);
 
-			deployBintray();
+			// deployBintray();
 			deployApiDoc();
 			deployPPA();
 		}