Skip to content

Commit

Permalink
fix travis deploy 3. release 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
darius BERNARD committed Oct 11, 2018
1 parent 7eed850 commit fd281e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
include:
# deploy if master and tag
- stage: deploy
if: type = push AND branch = master AND tag IS present # or whenever you want to deploy
if: branch = master AND tag IS present # or whenever you want to deploy
script: skip # to not run Travis' default script
python: '3.5'
install: skip
Expand Down

0 comments on commit fd281e8

Please sign in to comment.