mirror of
https://github.com/Prominence/openweathermap-java-api.git
synced 2026-01-10 11:56:44 +03:00
Test commit for cirrus.
This commit is contained in:
parent
2553f13fbe
commit
46602e1f93
13
.cirrus.yml
Normal file
13
.cirrus.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
container:
|
||||||
|
image: gradle:jdk11
|
||||||
|
|
||||||
|
check_task:
|
||||||
|
gradle_cache:
|
||||||
|
folder: ~/.gradle/caches
|
||||||
|
check_script: gradle check
|
||||||
|
cleanup_before_cache_script:
|
||||||
|
- rm -rf ~/.gradle/caches/$GRADLE_VERSION/
|
||||||
|
- rm -rf ~/.gradle/caches/transforms-1
|
||||||
|
- rm -rf ~/.gradle/caches/journal-1
|
||||||
|
- rm -rf ~/.gradle/caches/jars-3/*/buildSrc.jar
|
||||||
|
- find ~/.gradle/caches/ -name "*.lock" -type f -delete
|
||||||
11
.travis.yml
11
.travis.yml
@ -1,11 +0,0 @@
|
|||||||
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)
|
|
||||||
Loading…
x
Reference in New Issue
Block a user