Skip to content

Commit

Permalink
remove some txpool tests
Browse files Browse the repository at this point in the history
  • Loading branch information
erickyan86 committed Apr 8, 2019
1 parent 1adb3f5 commit 53fb990
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ go: 1.12

matrix:
include:
- os: windows
before_install:
- go get golang.org/x/tools/cmd/cover
- go get github.com/mattn/goveralls
install: choco install mingw
script: travis_wait 30 mingw32-make test_win
# - os: windows
# before_install:
# - go get golang.org/x/tools/cmd/cover
# - go get github.com/mattn/goveralls
# install: choco install mingw
# script: travis_wait 30 mingw32-make test_win

- os: linux
before_install:
Expand Down
7 changes: 2 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,7 @@ test: build_workspace

.PHONY: test_win
test_win:
@export GOPATH=${TEMP_GOPATH}
@echo ${TEMP_GOPATH}
@echo ${GOPATH}
@bash scripts/test.sh
@export GOPATH=${TEMP_GOPATH} && bash scripts/test.sh

### Clean up

Expand Down Expand Up @@ -130,7 +127,7 @@ tag_release: test check docs all
.PHONY: release
release: test check docs all
@scripts/is_checkout_dirty.sh || (echo "checkout is dirty so not releasing!" && exit 1)
@scripts/release.sh
@export GOPATH=${TEMP_GOPATH} && scripts/release.sh



0 comments on commit 53fb990

Please sign in to comment.