diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 7ee35d73..295540a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,6 +48,8 @@ after_script: - ./cc-test-reporter after-build --exit-code ${TRAVIS_TEST_RESULT} deploy: + on: + all_branches: true provider: bintray on: all_branches: true |