mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-02-21 21:09:14 +00:00
travis: filter out pyenv
Github-Pull: #11271 Rebased-From: aa2e0f09ec94dd0908f792ebc2249859ad174586
This commit is contained in:
parent
fc61c8322b
commit
a4a0adbc70
@ -38,6 +38,7 @@ env:
|
||||
|
||||
before_install:
|
||||
- export PATH=$(echo $PATH | tr ':' "\n" | sed '/\/opt\/python/d' | tr "\n" ":" | sed "s|::|:|g")
|
||||
- export PATH=$(echo $PATH | tr ':' "\n" | sed '/\/opt\/pyenv/d' | tr "\n" ":" | sed "s|::|:|g")
|
||||
install:
|
||||
- if [ -n "$PPA" ]; then travis_retry sudo add-apt-repository "$PPA" -y; fi
|
||||
- if [ -n "$DPKG_ADD_ARCH" ]; then sudo dpkg --add-architecture "$DPKG_ADD_ARCH" ; fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user