From b189a7c478ca6ddfd37fb4dc5e5e6603235000f5 Mon Sep 17 00:00:00 2001 From: Mission Liao Date: Thu, 9 May 2019 12:30:48 +0800 Subject: Tmp: focus on integration test --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8c0b8fe65..202897329 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ matrix: - sudo chown root:$USER /etc/fuse.conf - make libbls - go run build/ci.go install - - travis_retry go run build/ci.go test -coverage $TEST_PACKAGES + - travis_retry go run build/ci.go test -coverage github.com/dexon-foundation/dexon/dex/consensus/integration_test - os: osx go: 1.12.x @@ -34,7 +34,7 @@ matrix: - unset -f cd # workaround for https://github.com/travis-ci/travis-ci/issues/8703 - make libbls - go run build/ci.go install - - travis_retry go run build/ci.go test -coverage $TEST_PACKAGES + - travis_retry go run build/ci.go test -coverage github.com/dexon-foundation/dexon/dex/consensus/integration_test addons: homebrew: packages: -- cgit