aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorCory Fields <cory-nospam-@coryfields.com>2017-10-18 14:42:08 -0400
committerCory Fields <cory-nospam-@coryfields.com>2017-10-18 14:42:08 -0400
commit3d1c31126b8ac9fe18d151dc4e9cf8598dd77362 (patch)
tree9147cae6c6411e923524a5e9b641861d90227299 /.travis.yml
parenta86e81b78fc2a2ecc827a7890cba21ed229957f2 (diff)
downloadbitcoin-3d1c31126b8ac9fe18d151dc4e9cf8598dd77362.tar.xz
Revert "travis: filter out pyenv"
This reverts commit aa2e0f09ec94dd0908f792ebc2249859ad174586.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 8e0499db05..4bb0b1f9fb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -40,7 +40,6 @@ 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