From cff86a98ec5fcba38cdd978b8e2c3b6586a03032 Mon Sep 17 00:00:00 2001 From: Luigi Selmi Date: Wed, 25 Feb 2015 09:45:50 +0100 Subject: [PATCH] fixed path to jar --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7225ebb..e60f104 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ deploy: provider: releases api_key: secure: WZKOSo3Zb3LO2R6gddhKL4YUFzKYSNv64OePXVBEkVU4b8Tic19gi0gcOCzUo0EORw9BVNzY69TkQKg4jSQJjEZ4AplrSJnzlwJ0LZwEjXKwJdkacbac7TRTIHNSLA+gqC86NhB5NJzWlEHEplYH8iB+QXoTLLpi8sqRY5JnGOo= - file: target/p3-spatialsearch-demo-$TRAVIS_TAG + file: target/p3-spatialsearch-demo-$TRAVIS_TAG-jar-with-dependencies.jar on: repo: fusepoolP3/p3-spatialsearch-demo tags: true