Skip to content

Commit

Permalink
add .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cyilin committed Jan 2, 2019
1 parent ee7acee commit 84cc2f7
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
language: java
jdk:
- oraclejdk8
before_deploy:
- git config --global user.email "builds@travis-ci.com"
- git config --global user.name "Travis CI"
- git tag v2.9.${TRAVIS_BUILD_NUMBER}
- git push -q https://$GITHUB_KEY@github.com/NyaaCat/LockettePro HEAD:$TRAVIS_BRANCH --tags
deploy:
provider: releases
api_key: $GITHUB_KEY
file:
- build/libs/LockettePro-2.9.${TRAVIS_BUILD_NUMBER}-1.13.2.jar
on:
tags: false
skip_cleanup: true
branches:
only:
- master

0 comments on commit 84cc2f7

Please sign in to comment.