Skip to content

Commit

Permalink
travis: enable and add badge
Browse files Browse the repository at this point in the history
  • Loading branch information
martinlindhe committed Apr 18, 2019
1 parent 713d321 commit 446402d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: go

go:
- 1.11.x
- 1.12.x
- tip

before_install:
- go get -t ./...

script:
- go test -v
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# About

[![Travis-CI](https://api.travis-ci.org/martinlindhe/base36.svg)](https://travis-ci.org/martinlindhe/base36)
[![GoDoc](https://godoc.org/github.com/martinlindhe/base36?status.svg)](https://godoc.org/github.com/martinlindhe/base36)

Implements Base36 encoding and decoding, which is useful to represent
Expand Down

0 comments on commit 446402d

Please sign in to comment.