File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ services:
44- docker
55go :
66- " 1.10"
7+ script :
8+ - echo "Nginx Prometheus Exporter - commit:${TRAVIS_COMMIT}"
9+ - make test
10+ - make container
711before_install :
812- echo "PR Slug:${TRAVIS_PULL_REQUEST_SLUG}"
913- if [[ "${TRAVIS_PULL_REQUEST_SLUG}" == "nginxinc/nginx-prometheus-exporter" || "${TRAVIS_PULL_REQUEST}" == "false" ]]; then
Original file line number Diff line number Diff line change 1- [ ![ FOSSA Status] ( https://app.fossa.io/api/projects/custom%2B1062%2Fgithub.com%2Fnginxinc%2Fnginx-prometheus-exporter.svg?type=shield )] ( https://app.fossa.io/projects/custom%2B1062%2Fgithub.com%2Fnginxinc%2Fnginx-prometheus-exporter?ref=badge_shield )
1+ [ ![ Build Status ] ( https://travis-ci.org/nginxinc/nginx-prometheus-exporter.svg?branch=master )] ( https://travis-ci.org/nginxinc/nginx-prometheus-exporter ) [ ![ FOSSA Status] ( https://app.fossa.io/api/projects/custom%2B1062%2Fgithub.com%2Fnginxinc%2Fnginx-prometheus-exporter.svg?type=shield )] ( https://app.fossa.io/projects/custom%2B1062%2Fgithub.com%2Fnginxinc%2Fnginx-prometheus-exporter?ref=badge_shield )
22
33# NGINX Prometheus Exporter
44
You can’t perform that action at this time.
0 commit comments