mirror of
https://github.com/angryip/ipscan.git
synced 2025-10-26 11:18:17 +00:00
add info for gradle
This commit is contained in:
parent
b2946a3902
commit
dce4c845ff
@ -19,4 +19,4 @@ before_install:
|
||||
script:
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then xvfb-run -a ./gradlew test all; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then ./gradlew current; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then export JAVA_HOME='c:/Program Files/Java/jdk1.8.0_191'; ./gradlew test current win-installer; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then export JAVA_HOME='c:/Program Files/Java/jdk1.8.0_191'; ./gradlew --info test current win-installer; fi
|
||||
|
||||
Loading…
Reference in New Issue
Block a user