Skip to content

Commit

Permalink
Fix build chapter 2
Browse files Browse the repository at this point in the history
  • Loading branch information
schw4rzlicht committed Jul 3, 2020
1 parent 2024de7 commit 0ab599f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jdk:
stages:
- test
- name: deploy
if: type = push
if: type = push AND tag IS present

jobs:
include:
Expand All @@ -18,5 +18,4 @@ jobs:
- "openssl aes-256-cbc -K $encrypted_f183395f0c7d_key -iv $encrypted_f183395f0c7d_iv -in maven-key.gpg.enc -out maven-key.gpg -d"
- "./gradlew publish"
on:
tags: true
branch: master

0 comments on commit 0ab599f

Please sign in to comment.