mirror of
https://github.com/angryip/ipscan.git
synced 2025-10-26 11:18:17 +00:00
try windows builds as well
This commit is contained in:
parent
c068f33c8c
commit
2e19cc3fa8
@ -1,6 +1,7 @@
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
- windows
|
||||
|
||||
dist: xenial
|
||||
language: java
|
||||
@ -15,3 +16,4 @@ addons:
|
||||
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 choco install jdk8 && ./gradlew current; fi
|
||||
|
||||
Loading…
Reference in New Issue
Block a user