Skip to content
This repository has been archived by the owner on May 27, 2023. It is now read-only.

Commit

Permalink
remove sonar-qube travis-ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
jason committed Sep 14, 2020
1 parent 87c2023 commit beef10a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ addons:
organization: "jasonyangshadow-github" # the key of the org you chose at step #3
script:
# other script steps might be done before running the actual analysis
- sonar-scanner
#- sonar-scanner
2 changes: 1 addition & 1 deletion nfpm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ homepage: "https://github.com/jasonyangshadow/lpmx"
license: "Apache-2.0"
changelog: "changelog.yml"
files:
./build/linux/x86_64/lpmx: "/usr//bin/lpmx"
./build/linux/x86_64/lpmx: "/usr/bin/lpmx"
# config_files:
# ./foobar.conf: "/etc/foobar.conf"
# symlinks:
Expand Down
12 changes: 0 additions & 12 deletions sonar-project.properties

This file was deleted.

0 comments on commit beef10a

Please sign in to comment.