Skip to content

Commit

Permalink
enable travis
Browse files Browse the repository at this point in the history
  • Loading branch information
the-maldridge committed Sep 17, 2019
1 parent bb33de5 commit 9b26a5f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
language: go

before_script:
- go mod vendor

go:
- "1.x"

install: true

env:
- GO111MODULE=on

notifications:
email: false
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Okta

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

The Okta plugin provides a means to synchronize your NetAuth server
Expand Down

0 comments on commit 9b26a5f

Please sign in to comment.