Travis build change for debugging

This commit is contained in:
chris-j-h 2019-08-22 16:01:59 +01:00
parent 47d098b231
commit c043865dd7
1 changed files with 7 additions and 6 deletions

View File

@ -79,11 +79,12 @@ matrix:
sudo chmod 666 /dev/fuse
sudo chown root:$USER /etc/fuse.conf
go run build/ci.go install
if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then
QUORUM_IGNORE_TEST_PACKAGES=github.com/ethereum/go-ethereum/swarm go run build/ci.go test -coverage $TEST_PACKAGES
else
go run build/ci.go test -coverage $TEST_PACKAGES
fi
go test github.com/ethereum/go-ethereum/accounts/vault -v
# if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then
# QUORUM_IGNORE_TEST_PACKAGES=github.com/ethereum/go-ethereum/swarm go run build/ci.go test -coverage $TEST_PACKAGES
# else
# go run build/ci.go test -coverage $TEST_PACKAGES
# fi
- if: tag IS blank
os: osx
osx_image: xcode9.2 # so we don't have to deal with Kernel Extension Consent UI which is never possible in CI
@ -158,4 +159,4 @@ deploy:
key: ${BINTRAY_API_KEY}
skip_cleanup: true
on:
tags: true
tags: true