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.
2 parents 0eb00bf + c780e43 commit 2f99b84Copy full SHA for 2f99b84
bin/compile-extension-ssh2
@@ -8,7 +8,7 @@ travis_time_start
8
sudo apt-get install libssh2-1-dev
9
10
if [[ $VERSION =~ ^7\.[012] ]]; then
11
- pecl_install ssh2-alpha </dev/null
+ pecl_install ssh2-1.1.2 </dev/null
12
elif [[ $VERSION =~ ^master$ || $VERSION =~ ^7 ]]; then
13
echo "ssh2 is not compatible with $VERSION"
14
# it's not yet compatible with master
0 commit comments