Skip to content

Commit 16791c5

Browse files
committed
[trivial] remove unused line in Travis config
1 parent 72bc7e1 commit 16791c5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ env:
3939
before_install:
4040
- export PATH=$(echo $PATH | tr ':' "\n" | sed '/\/opt\/python/d' | tr "\n" ":" | sed "s|::|:|g")
4141
install:
42-
- if [ -n "$PPA" ]; then travis_retry sudo add-apt-repository "$PPA" -y; fi
4342
- if [ -n "$DPKG_ADD_ARCH" ]; then sudo dpkg --add-architecture "$DPKG_ADD_ARCH" ; fi
4443
- if [ -n "$PACKAGES" ]; then travis_retry sudo apt-get update; fi
4544
- if [ -n "$PACKAGES" ]; then travis_retry sudo apt-get install --no-install-recommends --no-upgrade -qq $PACKAGES; fi

0 commit comments

Comments
 (0)