Skip to content

Commit

Permalink
Added a .tracis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Khazin committed Dec 15, 2019
1 parent c4e04c3 commit 745b705
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: java
deploy:
provider: releases
api_key:
secure: $GITHUB_API_KEY
skip_cleanup: true
file: target/releases/analysis-homoglyph-0.1.0.zip
on:
tags: true
script:
- mvn package

0 comments on commit 745b705

Please sign in to comment.