Skip to content

Commit

Permalink
travis conf !minor
Browse files Browse the repository at this point in the history
  • Loading branch information
artem.vasin committed Nov 19, 2019
1 parent 04aaebb commit e76fa96
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ jobs:
if: tag IS present
python: 3.7
env: DJANGO=Django==2.2
script: skip
script:
- echo '[![Travis](https://img.shields.io/travis/NoNameItem/cool-django-auth-ldap/${TRAVIS_TAG}?style=flat-square)](https://travis-ci.org/NoNameItem/cool-django-auth-ldap/builds/${TRAVIS_BUILD_ID}) [![Read the Docs](https://img.shields.io/readthedocs/cool-django-auth-ldap/${TRAVIS_TAG}?style=flat-square)](https://cool-django-auth-ldap.readthedocs.io/en/${TRAVIS_TAG}/) [![Coveralls](https://img.shields.io/coveralls/github/NoNameItem/cool-django-auth-ldap/${TRAVIS_TAG}?style=flat-square)](https://coveralls.io/github/NoNameItem/cool-django-auth-ldap?branch=1.0.2)' > release_notes
- echo CHANGES >> release_notes
deploy:
- provider: pypi
edge: true
Expand Down

0 comments on commit e76fa96

Please sign in to comment.