Skip to content
This repository has been archived by the owner on Aug 5, 2021. It is now read-only.

Commit

Permalink
Merge 2bc5b93 into 5e9b361
Browse files Browse the repository at this point in the history
  • Loading branch information
AleF83 committed Feb 7, 2018
2 parents 5e9b361 + 2bc5b93 commit 4d144d7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Go Report Card](https://goreportcard.com/badge/github.com/Soluto/casbin-minio-adapter)](https://goreportcard.com/report/github.com/Soluto/casbin-minio-adapter)
[![Build Status](https://travis-ci.org/Soluto/casbin-minio-adapter.svg?branch=master)](https://travis-ci.org/Soluto/casbin-minio-adapter)
[![Build Status](https://ci.appveyor.com/api/projects/status/github/Soluto/casbin-minio-adapter?branch=master&svg=true)](https://ci.appveyor.com/project/Soluto/casbin-minio-adapter)
[![Coverage Status](https://coveralls.io/repos/github/Soluto/casbin-minio-adapter/badge.svg?branch=master)](https://coveralls.io/github/Soluto/casbin-minio-adapter?branch=master)
[![Godoc](https://godoc.org/github.com/Soluto/casbin-minio-adapter?status.svg)](https://godoc.org/github.com/Soluto/casbin-minio-adapter)

Expand Down
19 changes: 19 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
version: 0.0.{build}

platform: x64

clone_folder: c:\gopath\src\github.com\Soluto\casbin-minio-adapter

environment:
GOPATH: c:\gopath

install:
- echo %PATH%
- echo %GOPATH%
- set PATH=%GOPATH%\bin;c:\go\bin;%PATH%
- go version
- go env
- go get -v -t -d ./...

build_script:
- go test -v -race ./...

0 comments on commit 4d144d7

Please sign in to comment.