Skip to content

Commit 9b26a5f

Browse files
committed
enable travis
1 parent bb33de5 commit 9b26a5f

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

.travis.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Okta
22

3+
[![Build Status](https://travis-ci.org/NetAuth/plugin-okta.svg?branch=master)](https://travis-ci.org/NetAuth/plugin-okta)
34
[![Go Report Card](https://goreportcard.com/badge/github.com/NetAuth/plugin-okta)](https://goreportcard.com/report/github.com/NetAuth/plugin-okta)
45

56
The Okta plugin provides a means to synchronize your NetAuth server

0 commit comments

Comments
 (0)