aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorCory Fields <cory-nospam-@coryfields.com>2017-09-07 16:17:58 -0400
committerCory Fields <cory-nospam-@coryfields.com>2017-09-07 16:19:05 -0400
commitaa2e0f09ec94dd0908f792ebc2249859ad174586 (patch)
treebb35e1d11f14cad769213c89d52cdf352c449456 /.travis.yml
parenta3624ddb1a3b4a1ced39dfe75b1bcbb52de4fbb0 (diff)
downloadbitcoin-aa2e0f09ec94dd0908f792ebc2249859ad174586.tar.xz
travis: filter out pyenv
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index dadac3165e..3d9c6bbaaa 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