Skip to content

Commit

Permalink
Test with Go 1.9 (jaegertracing#298)
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Shkuro <[email protected]>
  • Loading branch information
yurishkuro authored Apr 26, 2018
1 parent e19170f commit 53a0037
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ dist: trusty

matrix:
include:
- go: 1.7
- go: 1.9
env:
- TESTS=true
- COVERAGE=true
- go: 1.7
- go: 1.9
env:
- CROSSDOCK=true
- go: 1.7
- go: 1.9
env:
- TESTS=true
- USE_DEP=true
Expand Down
6 changes: 3 additions & 3 deletions Gopkg.lock

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

3 changes: 3 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

[[constraint]]
name = "github.com/crossdock/crossdock-go"
branch = "master"

[[constraint]]
name = "github.com/opentracing/opentracing-go"
Expand All @@ -19,10 +20,12 @@

[[constraint]]
name = "github.com/uber-go/atomic"
version = "^1"

[[constraint]]
name = "github.com/uber/jaeger-lib"
version = "^1.3"

[[constraint]]
name = "go.uber.org/zap"
version = "^1"

0 comments on commit 53a0037

Please sign in to comment.