Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into feature/rbtree-absraction
Browse files Browse the repository at this point in the history
  • Loading branch information
Nils Dijk committed Nov 29, 2016
2 parents 20a4910 + cc3ae2e commit 5e842da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: go
go:
- 1.7
- 1.6
- 1.5

addons:
apt:
Expand All @@ -21,9 +20,8 @@ install:
- make setup

env:
- RUN="make test-unit test-examples lint coveralls"
- RUN="make test-unit test-race test-examples lint coveralls"
- RUN="make test-integration"
- RUN="make test-race"

matrix:
fast_finish: true
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ mocks:
test/gen-testfiles

dev_deps:
go get github.com/uber/tchannel-go/thrift/thrift-gen
./scripts/go-get-version.sh github.com/golang/lint/golint/.../@c6242afa
go get -u github.com/uber/tchannel-go/thrift/thrift-gen
go get -u github.com/golang/lint/golint/...
./scripts/go-get-version.sh github.com/vektra/mockery/.../@130a05e

setup: dev_deps
Expand Down

0 comments on commit 5e842da

Please sign in to comment.