aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2019-02-09 18:04:10 +0100
committerEmilio Jesus Gallego Arias2019-02-09 18:04:10 +0100
commitecd0006301b893b3acc44e25e5648c2abf9f8945 (patch)
tree87d1f6f8017da1aaf338e3064056d013a9f41a58
parentd8cf6da35a1b1c697e8bd3017de607c4a2d89691 (diff)
[ci] Remove unused bintray file.
Not needed anymore after Travis was removed.
-rw-r--r--.bintray.json20
1 files changed, 0 insertions, 20 deletions
diff --git a/.bintray.json b/.bintray.json
deleted file mode 100644
index 1b32a144c8..0000000000
--- a/.bintray.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "package": {
- "name": "coq",
- "repo": "coq",
- "subject": "coq"
- },
-
- "version": {
- "name": "8.10+alpha"
- },
-
- "files":
- [
- {"includePattern": "_build/(.*\\.dmg)", "uploadPattern": "$1",
- "matrixParams": {
- "override": 1 }
- }
- ],
- "publish": true
-}