aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCory Fields <[email protected]>2017-10-18 14:42:08 -0400
committerCory Fields <[email protected]>2017-10-18 14:42:08 -0400
commit3d1c31126b8ac9fe18d151dc4e9cf8598dd77362 (patch)
tree9147cae6c6411e923524a5e9b641861d90227299
parenttravis: move back to the minimal image (diff)
downloaddiscoin-3d1c31126b8ac9fe18d151dc4e9cf8598dd77362.tar.xz
discoin-3d1c31126b8ac9fe18d151dc4e9cf8598dd77362.zip
Revert "travis: filter out pyenv"
This reverts commit aa2e0f09ec94dd0908f792ebc2249859ad174586.
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 8e0499db0..4bb0b1f9f 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