Skip to content

Commit

Permalink
Allow forks to build (#9195)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwijnand authored and mergify[bot] committed Apr 18, 2019
1 parent d9b126f commit 5c7ae88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,7 +1,7 @@
language: scala

# Only build PRs and tags: https://docs.travis-ci.com/user/conditional-builds-stages-jobs/
if: type = pull_request OR tag IS present
# Only build PRs, tags, and forks: https://docs.travis-ci.com/user/conditional-builds-stages-jobs/
if: type = pull_request OR tag IS present OR repo != playframework/playframework

addons:
apt:
Expand Down

0 comments on commit 5c7ae88

Please sign in to comment.