We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3624dd commit aa2e0f0Copy full SHA for aa2e0f0
.travis.yml
@@ -38,6 +38,7 @@ env:
38
39
before_install:
40
- export PATH=$(echo $PATH | tr ':' "\n" | sed '/\/opt\/python/d' | tr "\n" ":" | sed "s|::|:|g")
41
+ - export PATH=$(echo $PATH | tr ':' "\n" | sed '/\/opt\/pyenv/d' | tr "\n" ":" | sed "s|::|:|g")
42
install:
43
- if [ -n "$DPKG_ADD_ARCH" ]; then sudo dpkg --add-architecture "$DPKG_ADD_ARCH" ; fi
44
- if [ -n "$PACKAGES" ]; then travis_retry sudo apt-get update; fi
0 commit comments