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 fbab3cb commit 5fe9742Copy full SHA for 5fe9742
.travis.yml
@@ -26,6 +26,9 @@ before_install:
26
- npm set progress false
27
28
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
32
- pip install yamllint
33
- if ! shellcheck --version ; then
34
curl -sSL "${SHELLCHECK_URL}" | tar --exclude 'SHA256SUMS' --strip-components=1 -C "${HOME}/bin" -xjf -;
0 commit comments