diff options
| author | Cory Fields <[email protected]> | 2017-09-07 16:17:58 -0400 |
|---|---|---|
| committer | Cory Fields <[email protected]> | 2017-09-07 16:19:05 -0400 |
| commit | aa2e0f09ec94dd0908f792ebc2249859ad174586 (patch) | |
| tree | bb35e1d11f14cad769213c89d52cdf352c449456 | |
| parent | Merge #11156: Fix memory leaks in qt/guiutil.cpp (diff) | |
| download | discoin-aa2e0f09ec94dd0908f792ebc2249859ad174586.tar.xz discoin-aa2e0f09ec94dd0908f792ebc2249859ad174586.zip | |
travis: filter out pyenv
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index dadac3165..3d9c6bbaa 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 |