From 624ccf27ee1b16dd5dbd90eac3715c2b6877e2cf Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sat, 13 Feb 2021 21:14:07 +0000 Subject: [PATCH] Remove leftover Travis CI config file --- scripts/travis/libloot.bintray.json | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 scripts/travis/libloot.bintray.json 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 -}