Skip to content

Commit 11c95e3

Browse files
committed
Removed unneeded apt calls in the TravisCI build
1 parent 913e7a5 commit 11c95e3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ before_install:
2626
- npm set progress false
2727

2828
install:
29-
- sudo apt-get update -qq
30-
- sudo apt-get install -y -qq libssh2-1-dev libssh2-php
3129
- pip install yamllint
3230
- if ! shellcheck --version ; then
3331
curl -sSL "${SHELLCHECK_URL}" | tar --exclude 'SHA256SUMS' --strip-components=1 -C "${HOME}/bin" -xjf -;

0 commit comments

Comments
 (0)