Skip to content

Commit

Permalink
Add travis-ci configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Mindaugas Vaitekunas committed Sep 1, 2017
1 parent 7d360c7 commit 2eb924b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: go

go:
- 1.6
- 1.8.x
- 1.9.x
- master

before_install:
- go get github.com/fatih/color
- go get golang.org/x/tools/cmd/cover
- go get github.com/mattn/goveralls

script:
- go test -v -covermode=count -coverprofile=coverage.out $(go env GOPATH | awk 'BEGIN{FS=":"} {print $1}')/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN
2 changes: 2 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# lentele

[![Build Status](https://travis-ci.org/vaitekunas/lentele.svg?branch=master)](https://travis-ci.org/vaitekunas/lentele)

`lentele` is a mix between a very lite DataFrame interface and a
no-thrills ascii-table builder. Its primary use is in cli-applications to display
structured data (logs, cluster information and so on).
Expand Down

0 comments on commit 2eb924b

Please sign in to comment.