travis: remove unnecessary export PATH

This is done automatically by travis as part of the go setup.
This commit is contained in:
Johan T. Halseth 2018-10-11 10:31:05 +02:00
parent 23c858576f
commit b98ab723ee
No known key found for this signature in database
GPG Key ID: 15BAADA29DA20D26

View File

@ -9,15 +9,17 @@ matrix:
env: RACE=TRUE USE_LINT=FALSE
- go: "1.10.x"
env: RACE=FALSE USE_LINT=FALSE
sudo: required
install:
- sudo add-apt-repository -y ppa:bitcoin/bitcoin -y
- sudo apt-get update -q
- sudo apt-get install bitcoind -y
- export PATH=$PATH:$PWD/linux-amd64/
script:
- export PATH=$PATH:$GOPATH/bin
- make travis
after_script:
- echo "Uploading to termbin.com..." && find *.log | xargs -I{} sh -c "cat {} | nc termbin.com 9999 | xargs -r0 printf '{} uploaded to %s'"
- echo "Uploading to file.io..." && tar -zcvO *.log | curl -s -F 'file=@-;filename=logs.tar.gz' https://file.io | xargs -r0 printf 'logs.tar.gz uploaded to %s\n'