File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Expand file tree Collapse file tree 2 files changed +15
-0
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
+ script :
8
+ - echo "N+ go SDK commit:${TRAVIS_COMMIT}"
9
+ jobs :
10
+ include :
11
+ - stage : Unit tests
12
+ script : go test client/*
Original file line number Diff line number Diff line change
1
+
2
+ [ ![ Build Status] ( https://travis-ci.org/nginxinc/nginx-plus-go-sdk.svg?branch=master )] ( https://travis-ci.org/nginxinc/nginx-plus-go-sdk ) [ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 ) [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/nginxinc/nginx-plus-go-sdk )] ( https://goreportcard.com/report/github.com/nginxinc/nginx-plus-go-sdk )
3
+
1
4
# NGINX Plus API Go SDK
2
5
3
6
This SDK includes a client library for working with NGINX Plus API.
You can’t perform that action at this time.
0 commit comments