Skip to content

Commit

Permalink
Remove sonar CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dodosophia committed Oct 29, 2019
1 parent 71e9f11 commit 32a41e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
13 changes: 0 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,6 @@ jobs:
script:
- pytest

- stage: sonarcloud
language: python
python:
- "3.6"
dist: trusty
addons:
sonarcloud:
organization: "meituan-dianping"
token:
secure: "Bm1OlcA3pmlvzN8r85DgcsG1lGn6Xh3OXbw9vZq0gcO461dXDcuj5RcOAOCVSUVQ0ERZW5nssPRf4ZzQMKXxk4iG4r9ZBxOed3yUGuXVLjqzCmxZlH4P00RYrH9WDG4qYWmp5pC1VVm5QUzmllPJnMtoG2G/b62EjDtNE4tJEdMaHEqh1ZDOB/FNmvu/7TbWRqu7l7UZxxpg+k1ELdznxlg1L7dZP99Obaxa4kb9l5MDi1LqifDjXcOMzbrwvBjTEeqKGPsssPlWxisOri6hUPvLF67t/HvtDwOLaYpr0AFsawiua9kJB502X8SUVc4s2ZrDw1HVx1EnIGMfRkCG21OxA02y7FTn0S4UAT6iniVLSdDhcbjIz3+Ngvjoo63bsaa/wWpodlkRO+T3Q63VaNGIYV5h7HPxTAXMR62HAuhpD1oq3YXJEOy55S3nMuHGoN/9VV8NARk5kJC+3QsatFaU9uW7UHDIxzAtl3size78Ip4yR/iYKeAurrKc0SjP9vHujrgBQGz1Tb/vrdclRfxB/3gciJRTaolot71oRGrOgt9REjnlaYdZnRc9/9QQYeHxtb3ivWguGM79ebcfSizEzDIbzoEQ9bPEP66vYt5jmEjRwQ5SYANdGmJnk8GzaouemDnHEfgKoKTRiqmB4IAz/vK0tWRbyj2GsxfyLYs="
script:
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then sonar-scanner; fi' # sonar only on non-PRs

- stage: release to pypi
if: type = push AND tag IS present
language: python
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='lyrebird-bugit',
version='1.2.1',
version='1.2.2',
packages=['lyrebird_bugit'],
url='https://github.com/Meituan-Dianping/lyrebird-bugit',
author='HBQA',
Expand Down

0 comments on commit 32a41e3

Please sign in to comment.