diff options
| author | J08nY | 2018-03-03 21:43:27 +0100 |
|---|---|---|
| committer | J08nY | 2018-03-03 21:43:27 +0100 |
| commit | 48bb8b86da04e151c4b25e6020143947800834e1 (patch) | |
| tree | 4934866b43baa87f7bafcbd1514aed2b5dccda08 /.travis.yml | |
| parent | 7e936e9d7c67c6b5162e10a1fe8b0d6086ccb72b (diff) | |
| download | ECTester-48bb8b86da04e151c4b25e6020143947800834e1.tar.gz ECTester-48bb8b86da04e151c4b25e6020143947800834e1.tar.zst ECTester-48bb8b86da04e151c4b25e6020143947800834e1.zip | |
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 62681d6..f44e74c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,9 @@ script: - ant -f build-reader.xml package - ant -f build-standalone.xml package +before_deploy: + - zip "dist/ECTester.zip" "dist/ECTesterReader-dist.jar" "dist/ECTesterReader.jar" "applet/ectester.cap" "dist/ECTesterStandalone-dist.jar" "dist/ECTesterStandalone.jar" + deploy: provider: releases api_key: @@ -28,6 +31,7 @@ deploy: - "applet/ectester.cap" - "dist/ECTesterStandalone-dist.jar" - "dist/ECTesterStandalone.jar" + - "dist/ECTester.zip" skip_cleanup: true on: tags: true |
