Skip to content

Commit

Permalink
Merge pull request #2 from kishaningithub/travis_integration
Browse files Browse the repository at this point in the history
Travis integration.
  • Loading branch information
Aswin Karthik authored Apr 23, 2018
2 parents 7806243 + c0b6311 commit c00907c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
language: go
go:
- 1.10.x
install:
- go get github.com/stretchr/testify/assert
script:
- go test -v ./...
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# csvdiff

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

A Blazingly fast diff tool for database tables dumped as csv files.

## What is csvdiff?
Expand Down

0 comments on commit c00907c

Please sign in to comment.