aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCory Fields <cory-nospam-@coryfields.com>2017-09-07 16:17:58 -0400
committerPieter Wuille <pieter.wuille@gmail.com>2017-09-08 16:20:13 -0700
commit0ced455b99154aa875ca07378c63167f13006360 (patch)
tree09a1d05692784f4ab4657dbfa9e334e5caea822b
parent252ca9c5d8d781c9044b452d608a419a003e5e3e (diff)
downloadbitcoin-0ced455b99154aa875ca07378c63167f13006360.tar.xz
travis: filter out pyenv
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 12f91096cc..3220e76b06 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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 "$DPKG_ADD_ARCH" ]; then sudo dpkg --add-architecture "$DPKG_ADD_ARCH" ; fi
- if [ -n "$PACKAGES" ]; then travis_retry sudo apt-get update; fi