diff --git a/.travis.yml b/.travis.yml index 72456d13b..98917d95d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,5 +17,5 @@ deploy: branch: master tags: true file: dist/build/distributions/gumtree.zip - key: - KDxVpvCTWmZK2Nxa879vjP1OCWwI5qU2BSGf9fSb/d1SiBAlFZL9AB5FTpo1JBmfTXhhk4K3YrK2d5CtDs2CmAv2s1CNDQ7RaaZXlr1ApSS/UlhNNNEFwMTkL0ZiWz54/mQW812V6KbZPOf2XxO3fns+mN43x/8PYQn8mfBDxok= + api_key: + secure: KDxVpvCTWmZK2Nxa879vjP1OCWwI5qU2BSGf9fSb/d1SiBAlFZL9AB5FTpo1JBmfTXhhk4K3YrK2d5CtDs2CmAv2s1CNDQ7RaaZXlr1ApSS/UlhNNNEFwMTkL0ZiWz54/mQW812V6KbZPOf2XxO3fns+mN43x/8PYQn8mfBDxok= diff --git a/deploy.json b/deploy.json deleted file mode 100644 index e259825bd..000000000 --- a/deploy.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "package": { - "name": "nightlies", - "repo": "GumTree", - "subject": "jrfaller", - "desc": "Nightlies of the GumTree project.", - "website_url": "https://github.com/GumTreeDiff/gumtree", - "issue_tracker_url": "https://github.com/GumTreeDiff/gumtree/issues", - "vcs_url": "https://github.com/GumTreeDiff/gumtree", - "github_use_tag_release_notes": false, - "github_release_notes_file": "CHANGELOG", - "licenses": ["LGPL-3.0"], - "public_download_numbers": true, - "public_stats": true - }, - - "version": { - "name": "2.1.0-2017-2", - "desc": "Nightly version." - }, - - "files": - [ - { - "includePattern": "dist/build/distributions/(.*)", - "uploadPattern": "$1", - "matrixParams": { - "override": 1 - } - } - ], - "publish": true -} \ No newline at end of file