reset travis to work again

This commit is contained in:
Bella 2020-04-27 21:08:46 -04:00
parent 702f8e43f0
commit 7f081b5cf5
No known key found for this signature in database
GPG Key ID: DBD4A6030080C8B3
1 changed files with 5 additions and 5 deletions

View File

@ -2,15 +2,15 @@ language: java
jdk:
- openjdk8
before_install:
- "./scripts/preHook.sh"
- export BRANCH=$(if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then echo $TRAVIS_BRANCH;
else echo $TRAVIS_PULL_REQUEST_BRANCH; fi)
- chmod +x gradlew
- "./gradlew setupDecompWorkspace"
deploy:
provider: releases
api_key:
secure: MIGJAoGBALeFvpaS4szqW9jo3uH3kaS2YJZSyghvokomKuiPIBr8mnO6BNm6C5sJDKX7ihhJdKUA/MpEFCiObj5ZPiXcV7gHlyVN2FCP5ucFLHtasa3j6nCH5lvdLxAwAbPKq8PPCq8rurmFWBLuuCWXR0VW2OG1+Oo4b9U1d5ywST7hpvOrAgMBAAE=
file: build/libs/*-release.jar
file_glob: true
skip_cleanup: true
after_success:
- "./scripts/hook.sh"
on:
repo: kami-blue/client
tags: true