mirror of
https://github.com/Prominence/openweathermap-java-api.git
synced 2026-01-08 11:16:47 +03:00
11 lines
200 B
YAML
11 lines
200 B
YAML
language: java
|
|
|
|
jdk:
|
|
- openjdk8
|
|
- openjdk11
|
|
|
|
install: mvn install -DskipTests -Dgpg.skip -B
|
|
script: mvn test -Dmaven.skip.deploy=true -B
|
|
|
|
after_success:
|
|
- bash <(curl -s https://codecov.io/bash) |