Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
fixed path of file to deloy in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
retog committed Feb 4, 2015
1 parent 7590562 commit db20c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ deploy:
provider: releases
api_key:
secure: EsoEKEPqqveofrc52W5H+RyKBYkysJXJeUdwEpEg5Jv+ap5hDx4YwvQV9JM+VyG3wOoF0vCWvHA/GPfY11Fs7qT6M7o2naeudcNyaEoeBz1ylxjXK/GZelKLkDAGwdHmRjBZl2fTLKoMlTzVhgBULjVclN4ejXF7m/nuZ87ViqU=
file: webapp/target/stanbol-adapter-$TRAVIS_TAG.jar
file: launcher/target/stanbol-adapter-$TRAVIS_TAG.jar
on:
repo: fusepoolP3/p3-stanbol-enhancer-adapter
tags: true
Expand Down

0 comments on commit db20c7d

Please sign in to comment.