File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1+ language : go
2+ sudo : required
3+ services :
4+ - docker
5+ go :
6+ - " 1.10"
7+ before_install :
8+ - echo "PR Slug:${TRAVIS_PULL_REQUEST_SLUG}"
9+ - if [[ "${TRAVIS_PULL_REQUEST_SLUG}" == "nginxinc/nginx-asg-sync" || "${TRAVIS_PULL_REQUEST}" == "false" ]]; then
10+ wget https://${fossalocation}/${fossafile} && tar xzf ${fossafile}
11+ && ./fossa init
12+ && FOSSA_API_KEY=${fossapush} ./fossa analyze -t nginx-asg-sync -b ${TRAVIS_BRANCH} ; fi
Original file line number Diff line number Diff line change 1- [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/nginxinc/nginx-asg-sync )] ( https://goreportcard.com/report/github.com/nginxinc/nginx-asg-sync )
1+ [ ![ FOSSA Status ] ( https://app.fossa.io/api/projects/custom%2B1062%2Fgithub.com%2Fnginxinc%2Fnginx-asg-sync.svg?type=shield )] ( https://app.fossa.io/projects/custom%2B1062%2Fgithub.com%2Fnginxinc%2Fnginx-asg-sync?ref=badge_shield ) [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/nginxinc/nginx-asg-sync )] ( https://goreportcard.com/report/github.com/nginxinc/nginx-asg-sync )
22
33# NGINX Plus Integration with AWS Auto Scaling groups -- nginx-asg-sync
44
You can’t perform that action at this time.
0 commit comments