aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml4
1 files 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: