diff --git a/scripts/travis/libloot.bintray.json b/scripts/travis/libloot.bintray.json deleted file mode 100644 index e24656f2..00000000 --- a/scripts/travis/libloot.bintray.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "package": { - "name": "libloot", - "repo": "snapshots", - "subject": "loot" - }, - "version": { - "name": "REPLACE_THIS_VERSION" - }, - "files": [{ - "includePattern": "build/package/(libloot-.+\\.tar.xz)", - "uploadPattern": "$1" - }], - "publish": true -}