Skip to content

Commit

Permalink
making travis deploy on all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
Naor Livne committed Mar 12, 2019
1 parent 0476312 commit f613301
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ script:
- sudo sh test/travis_ci_scripts/travis_ci_build_script.sh
- python -m unittest discover
deploy:
all_branches: true
on:
all_branches: true
provider: script
script: bash test/travis_ci_scripts/deploy.sh

0 comments on commit f613301

Please sign in to comment.