We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb33de5 commit 9b26a5fCopy full SHA for 9b26a5f
2 files changed
.travis.yml
@@ -0,0 +1,16 @@
1
+---
2
+language: go
3
+
4
+before_script:
5
+ - go mod vendor
6
7
+go:
8
+ - "1.x"
9
10
+install: true
11
12
+env:
13
+ - GO111MODULE=on
14
15
+notifications:
16
+ email: false
README.md
@@ -1,5 +1,6 @@
# Okta
+[](https://travis-ci.org/NetAuth/plugin-okta)
[](https://goreportcard.com/report/github.com/NetAuth/plugin-okta)
The Okta plugin provides a means to synchronize your NetAuth server
0 commit comments