diff options
author | Mission Liao <mission.liao@dexon.org> | 2019-05-09 12:30:48 +0800 |
---|---|---|
committer | Mission Liao <mission.liao@dexon.org> | 2019-05-09 12:30:48 +0800 |
commit | b189a7c478ca6ddfd37fb4dc5e5e6603235000f5 (patch) | |
tree | 09b558d677f456c9463f9ccff3b2e588156dd005 | |
parent | 8213a55b62eecb5cdbd9af6b3bdedad41267f2d0 (diff) | |
download | dexon-mission-merge-core.tar.gz dexon-mission-merge-core.tar.zst dexon-mission-merge-core.zip |
Tmp: focus on integration testmission-merge-core
-rw-r--r-- | .travis.yml | 4 |
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: |