Skip to content

Commit

Permalink
min
Browse files Browse the repository at this point in the history
  • Loading branch information
lrytz authored and bishabosha committed Jul 10, 2020
1 parent f2a49fd commit a72d21c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -12,7 +12,7 @@ jobs:

# full bootstrap and publish
- stage: build
if: type != pull_request
if: type = pull_request
script:
# see comment in `bootstrap_fun` for details on the procedure
# env available in each stage
Expand All @@ -39,7 +39,7 @@ jobs:
# it is still a true bootstrap.
- stage: build
name: "JDK 8 pr validation"
if: type = pull_request
if: type != pull_request
script:
- set -e
- sbt -warn setupPublishCore generateBuildCharacterPropertiesFile headerCheck publishLocal
Expand Down

0 comments on commit a72d21c

Please sign in to comment.