Skip to content

Commit

Permalink
Re-enable branch builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dwijnand committed Jul 19, 2019
1 parent 2d1a0f1 commit d028b9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,8 +1,8 @@
language: scala

# Only build non-pushes (so PRs, API requests & cron jobs) OR tags OR forks
# Only build non-pushes (so PRs, API requests & cron jobs) OR tags OR forks OR main branch builds
# https://docs.travis-ci.com/user/conditional-builds-stages-jobs/
if: type != push OR tag IS present OR repo != playframework/playframework
if: type != push OR tag IS present OR repo != playframework/playframework OR branch IN (master, 2.7.x, 2.6.x)

addons:
apt:
Expand Down

0 comments on commit d028b9a

Please sign in to comment.