From 02747c5aa7ff4f4cbab5bba1f451f614adfd22df Mon Sep 17 00:00:00 2001 From: Trung Nguyen <24930+trung@users.noreply.github.com> Date: Mon, 23 Mar 2020 18:39:58 -0400 Subject: [PATCH] travis: reduce the time running Travis for PR (#958) --- .travis.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2a20075f2..a4dc1b520 100644 --- a/.travis.yml +++ b/.travis.yml @@ -80,13 +80,6 @@ matrix: sudo chown root:$USER /etc/fuse.conf go run build/ci.go install QUORUM_IGNORE_TEST_PACKAGES=github.com/ethereum/go-ethereum/swarm,github.com/ethereum/go-ethereum/cmd/swarm go run build/ci.go test -coverage $TEST_PACKAGES - - if: tag IS blank - os: osx - script: - - | - go run build/ci.go install - QUORUM_IGNORE_TEST_PACKAGES=github.com/ethereum/go-ethereum/swarm,github.com/ethereum/go-ethereum/cmd/swarm go run build/ci.go test -coverage $TEST_PACKAGES - - if: tag IS present os: linux dist: xenial