diff options
author | Lukas Larsson <[email protected]> | 2018-06-20 17:35:10 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2018-06-20 17:35:10 +0200 |
commit | 14c1961ccd36987c789d0360ad7c65a31800f2f9 (patch) | |
tree | 1eed9e1c9ead2a57be13aa0328e935bcb710567b /.travis.yml | |
parent | 84ab0955e293bb88d5e0acd0cbd6628f7ac4faeb (diff) | |
download | otp-14c1961ccd36987c789d0360ad7c65a31800f2f9.tar.gz otp-14c1961ccd36987c789d0360ad7c65a31800f2f9.tar.bz2 otp-14c1961ccd36987c789d0360ad7c65a31800f2f9.zip |
travis: Enable docs deploy for all branches
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index ea71726fb5..ee724f8947 100644 --- a/.travis.yml +++ b/.travis.yml @@ -59,6 +59,7 @@ matrix: github-token: $ERLANG_CD_GITHUB_TOKEN on: # We only deploy on pushes to branches + all_branches: true tags: false condition: $TRAVIS_PULL_REQUEST = "false" repo: erlang/otp |