Skip to content

Commit

Permalink
Add continuous integration
Browse files Browse the repository at this point in the history
  • Loading branch information
gernest committed Mar 22, 2017
1 parent 1a7513d commit eb05f35
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: go
go:
- 1.7
before_install:
- go get -t -v
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
script:
- $HOME/gopath/bin/goveralls -service=travis-ci -repotoken=$COVERALLS
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# ql

[![Build Status](https://travis-ci.org/ngorm/ql.svg?branch=master)](https://travis-ci.org/ngorm/ql) [![Coverage Status](https://coveralls.io/repos/github/ngorm/ql/badge.svg?branch=master)](https://coveralls.io/github/ngorm/ql?branch=master) [![GoDoc](https://godoc.org/github.com/ngorm/ql?status.svg)](https://godoc.org/github.com/ngorm/ql) [![Go Report Card](https://goreportcard.com/badge/github.com/ngorm/ql)](https://goreportcard.com/report/github.com/ngorm/ql)

ql database support for ngorm

0 comments on commit eb05f35

Please sign in to comment.