Skip to content

Commit 2f99b84

Browse files
Merge pull request #44 from travis-ci/pecl-ssh2-install
Update ssh2 install package
2 parents 0eb00bf + c780e43 commit 2f99b84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/compile-extension-ssh2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ travis_time_start
88
sudo apt-get install libssh2-1-dev
99

1010
if [[ $VERSION =~ ^7\.[012] ]]; then
11-
pecl_install ssh2-alpha </dev/null
11+
pecl_install ssh2-1.1.2 </dev/null
1212
elif [[ $VERSION =~ ^master$ || $VERSION =~ ^7 ]]; then
1313
echo "ssh2 is not compatible with $VERSION"
1414
# it's not yet compatible with master

0 commit comments

Comments
 (0)