We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 72bc7e1 + 16791c5 commit 080d7c7Copy full SHA for 080d7c7
.travis.yml
@@ -39,7 +39,6 @@ env:
39
before_install:
40
- export PATH=$(echo $PATH | tr ':' "\n" | sed '/\/opt\/python/d' | tr "\n" ":" | sed "s|::|:|g")
41
install:
42
- - if [ -n "$PPA" ]; then travis_retry sudo add-apt-repository "$PPA" -y; fi
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
45
- if [ -n "$PACKAGES" ]; then travis_retry sudo apt-get install --no-install-recommends --no-upgrade -qq $PACKAGES; fi
0 commit comments