aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCory Fields <[email protected]>2017-09-07 16:17:58 -0400
committerMarcoFalke <[email protected]>2017-09-10 04:52:47 +0200
commita4a0adbc7090987d1b18fd4d955bf82daf23795d (patch)
treeb3db3cc38b60b7b6c744582c869b0ad36fe00981
parentMerge #10588: doc: Note preexisting bug in display of fee calculation in coin... (diff)
downloaddiscoin-a4a0adbc7090987d1b18fd4d955bf82daf23795d.tar.xz
discoin-a4a0adbc7090987d1b18fd4d955bf82daf23795d.zip
travis: filter out pyenv
Github-Pull: #11271 Rebased-From: aa2e0f09ec94dd0908f792ebc2249859ad174586
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index ccd249092..632261fbb 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 "$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