Skip to content

Commit

Permalink
0.3.0 (#35)
Browse files Browse the repository at this point in the history
* manager: remove posgres-specific ql and add mysql support
* travis: add go 1.7 to build matrix
* docs: improved the docs
* travis: use go 1.7 only to support test groups
  • Loading branch information
arekkas authored Oct 11, 2016
1 parent 45f76fd commit 8aa1680
Show file tree
Hide file tree
Showing 18 changed files with 686 additions and 615 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.idea
*.iml
vendor/
sqlite-test.db
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,11 @@ language: go

go:
- tip
- 1.4
- 1.5
- 1.6
- 1.7

matrix:
allow_failures:
- go: tip
- go: 1.4

install:
- go get github.com/mattn/goveralls golang.org/x/tools/cmd/cover github.com/pierrre/gotestcover github.com/Masterminds/glide
Expand Down
Loading

0 comments on commit 8aa1680

Please sign in to comment.