Skip to content

Commit 5fe9742

Browse files
committed
TravisCI build fix, by adding php ext-ssh2 to the container
1 parent fbab3cb commit 5fe9742

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ 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
31+
- pecl install -f ssh2-alpha < .noninteractive
2932
- pip install yamllint
3033
- if ! shellcheck --version ; then
3134
curl -sSL "${SHELLCHECK_URL}" | tar --exclude 'SHA256SUMS' --strip-components=1 -C "${HOME}/bin" -xjf -;

0 commit comments

Comments
 (0)