Skip to content

Commit

Permalink
build: run build on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
antonydenyer committed Oct 14, 2019
1 parent 2f4325b commit 81c8a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- stage: build master
script:
- ./gradlew spotlessCheck check jacocoTestReport
if: branch = master
if: branch = master OR type = pull_request
- stage: release github
if: branch =~ /release/
script: "./gradlew check distZip distTar -Pversion=${TRAVIS_BRANCH#"release/"} && ./scripts/github-release.sh"
Expand Down

0 comments on commit 81c8a42

Please sign in to comment.