Skip to content

Commit

Permalink
ITD-91336: update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobby committed Aug 12, 2022
1 parent b072bb5 commit c786b3a
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
os: linux
dist: xenial
language: java
jdk:
- oraclejdk8
- openjdk8
cache:
directories:
- $HOME/.m2
before_install:
- if [ ! -z "$GPG_SECRET_KEYS" ]; then echo $GPG_SECRET_KEYS | base64 --decode | $GPG_EXECUTABLE --import; fi
- if [ ! -z "$GPG_OWNERTRUST" ]; then echo $GPG_OWNERTRUST | base64 --decode | $GPG_EXECUTABLE --import-ownertrust; fi
Expand All @@ -14,12 +19,12 @@ deploy:
on:
repo: Mercateo/rest-hateoas-client
branch: master
jdk: oraclejdk8
jdk: openjdk8
-
provider: script
script: .travis/deploy.sh
skip_cleanup: true
on:
repo: Mercateo/rest-hateoas-client
tags: true
jdk: oraclejdk8
jdk: openjdk8

0 comments on commit c786b3a

Please sign in to comment.