This repository has been archived by the owner on Jul 28, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.travis.yml
39 lines (39 loc) · 1.53 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
dist: xenial
language: java
jdk: openjdk14
cache:
directories:
- "$HOME/.m2/repository"
env:
- CLI_VERSION=latest
# See https://github.com/travis-ci/travis-ci/issues/8667
install: true
before_script:
- 'curl -H ''Cache-Control: no-cache'' https://raw.githubusercontent.com/fossas/fossa-cli/master/install.sh
| sudo bash'
script:
- mvn clean jacoco:prepare-agent install jacoco:report
- fossa init
- fossa analyze
after_success:
- bash <(curl -s https://codecov.io/bash)
deploy:
- provider: bintray
file: bintray_info_maven.JSON
user: incplusplus
key: "$bintray_key"
skip_cleanup: true
on:
repo: IncPlusPlus/bigtoolbox-os
branch: master
- provider: releases
api_key:
secure: cr4PHxNO88guWtTqk9IooKeBlPA2rLJ+jRUg2dR61Hq2BZ86WJZlywIzsOCHp6VsGm8255uRtPLQseNXzXlT8zno0u82hGhQ/kUAE53rvJ1cYiv6ksxZ+eIAIu4Pvv+V+b3/iDz9m4N8U6FT/5nbD1TOJwREfhYi4yPRmwoP3hlff71gq7N6LIZuH4SzGjdki/hLDFSNrFZmRgSfRCjRbWEHwPwAHcVd5fOrHZ5YEokMZ2aF36qUq/Oto48guZ5K3PGuQiiu1BVUN+njEyCSbvRUM3MIjde6edKxJwwKSGPJokr3+Wo6/WbBRN8ZURJWQ6fmo8Dj6F2Ipy2opRXQT9NeGoVnMLu1oPGAYD7w01uhnyLv1xj2SqEP/HeA+NbekcpTNp38E5hjD78DWREFSTBQV+PbGvTEwxv8B+JHEfvBR//jXWtXOjdb7RHqyxKpTWoT6pyubLR8fxXdF2Q2YyO5lmV+j4O5swR0BD1AoIpRQM8FSUvS7XzqaJM/0FpoqprxDnYL9XsDzc51bKRmeruogtFuFQTj+hUmjlWLt1Dzgmv3ZaTSSCstFoNYZeOZxqDHSIyxRMoH0lmoXJVtE35NJV52aWMeutmjzNqp1cGT29CHYvhrKBz9anTU/1BajLq1MzEPq/PCgYS4WSzNfV8L5aiZ8hlJ/n8jjg/PZv8=
file_glob: true
file: target/bigtoolbox-os-*.*.*.jar
skip_cleanup: true
prerelease: true
on:
repo: IncPlusPlus/bigtoolbox-os
branch: master
tags: true