Skip to content

Commit

Permalink
add travis
Browse files Browse the repository at this point in the history
  • Loading branch information
wazsmwazsm committed Dec 2, 2019
1 parent 4f9be3d commit c67736d
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 22 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

sudo: false

go:
- 1.11.x
- 1.12.x
- 1.13.x

install:
- go get -v -t ./builder

script:
- go test ./builder -race -covermode=atomic

4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# QueryBuilder

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


A sql query builder for golang

# mission
Expand Down
22 changes: 0 additions & 22 deletions example/aggregate_func.go

This file was deleted.

0 comments on commit c67736d

Please sign in to comment.