Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
Added ci
Browse files Browse the repository at this point in the history
  • Loading branch information
robbert229 committed Jun 6, 2016
1 parent 3f376a9 commit 407f96e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -22,3 +22,5 @@ _testmain.go
*.exe *.exe
*.test *.test
*.prof *.prof

profile.out
12 changes: 12 additions & 0 deletions .travis.yml
@@ -0,0 +1,12 @@
language: go
go:
- 1.6

before_script:
- go vet .

script:
- go test -coverprofile=profile.out -covermode=atomic

after_success:
- bash <(curl -s https://codecov.io/bash)
1 change: 1 addition & 0 deletions README.md
@@ -1,3 +1,4 @@
[![Build Status](https://travis-ci.org/robbert229/jwt.svg?branch=master)](https://travis-ci.org/robbert229/jwt)
# jwt # jwt
This is a minimal implementation of JWT designed with simplicity in mind. This is a minimal implementation of JWT designed with simplicity in mind.


Expand Down

0 comments on commit 407f96e

Please sign in to comment.