Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit 82583a8

Browse files
committed
Update travis
1 parent 3444df6 commit 82583a8

1 file changed

Lines changed: 7 additions & 9 deletions

File tree

.travis.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
language: java
2-
dist: trusty
3-
addons:
4-
chrome: stable
5-
sonarcloud:
6-
organization: "sbtqasonarkey"
7-
token: $SONAR_TOKEN
2+
branches:
3+
only:
4+
- master
5+
- /^\d+\.\d+\.\d+$/
86
jdk:
9-
- oraclejdk11
7+
- openjdk11
108
before_install:
119
- if [ ! -z "$GPG_SECRET_KEYS" ]; then echo $GPG_SECRET_KEYS | base64 --decode | $GPG_EXECUTABLE --import; fi
1210
- if [ ! -z "$GPG_OWNERTRUST" ]; then echo $GPG_OWNERTRUST | base64 --decode | $GPG_EXECUTABLE --import-ownertrust; fi
@@ -21,14 +19,14 @@ deploy:
2119
on:
2220
repo: sbtqa/datajack
2321
branch: master
24-
jdk: oraclejdk8
22+
jdk: openjdk11
2523
- provider: script
2624
script: ".travis/deploy.sh"
2725
skip_cleanup: true
2826
on:
2927
repo: sbtqa/datajack
3028
tags: true
31-
jdk: oraclejdk8
29+
jdk: openjdk11
3230
notifications:
3331
email: false
3432
slack:

0 commit comments

Comments
 (0)