Skip to content

Commit

Permalink
1.0 Release: Refactor of the library with breaking changes (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiangraz authored May 29, 2019
1 parent ecb9150 commit b954acf
Show file tree
Hide file tree
Showing 156 changed files with 12,262 additions and 11,338 deletions.
File renamed without changes.
24 changes: 15 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
language: go

go:
- 1.7
- 1.8
- 1.9
- "1.x"
- master

matrix:
allow_failures:
- go: master
fast_finish: true

before_install:
- curl -L -s https://github.com/golang/dep/releases/download/v0.5.3/dep-linux-amd64 -o $GOPATH/bin/dep
- chmod +x $GOPATH/bin/dep

install:
- go get -v github.com/Masterminds/glide
- cd $GOPATH/src/github.com/Masterminds/glide
- go install
- cd -
- glide install
- go get -v ./
- dep ensure

script:
- go test -v -race ./...
22 changes: 22 additions & 0 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[[constraint]]
name = "github.com/google/go-cmp"
version = "0.2.0"

[prune]
go-tests = true
unused-packages = true
Loading

0 comments on commit b954acf

Please sign in to comment.