aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2017-09-07 15:15:19 -0700
committerMarcoFalke <falke.marco@gmail.com>2017-09-07 15:15:24 -0700
commit638e6c59da4fad987c437592174b188510193b2e (patch)
tree62a299aa7f40d6d65922dbbb3ee1c39d7c8af926 /.travis.yml
parent52f8877525d5238f3440e73710507be889d14127 (diff)
parentaa2e0f09ec94dd0908f792ebc2249859ad174586 (diff)
downloadbitcoin-638e6c59da4fad987c437592174b188510193b2e.tar.xz
Merge #11271: travis: filter out pyenv
aa2e0f09e travis: filter out pyenv (Cory Fields) Pull request description: Testing. Tree-SHA512: e7abe9160e1050918a65eb4b362b6cf4fd0b8e61d1422cd78cf2018e42e1e1b88a8130c8980a61f8774222699a26b417a6ef3f5cf82915f47b44cb731b612c20
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 061683ac6d..f1b10d3bd1 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