Skip to content

Commit 79f56b7

Browse files
committed
Install sftp for curl to try to upload files that way
1 parent 33b965f commit 79f56b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ install:
1515
- sudo apt-get source curl
1616
- sudo apt-get build-dep curl
1717
- cd curl-*
18-
- sed -i 's/CONFIGURE_ARGS += --without-libssh2/CONFIGURE_ARGS += --with-libssh2/g' debian/rules
18+
- sudo sed -i 's/CONFIGURE_ARGS += --without-libssh2/CONFIGURE_ARGS += --with-libssh2/g' debian/rules
1919
# - wget https://bugs.launchpad.net/ubuntu/+source/curl/+bug/311029/+attachment/5234644/+files/ubuntu_libssl.patch
2020
# - sudo patch debian/rules < /ubuntu_libssl.patch
2121
- sudo dpkg-buildpackage -uc -us -b

0 commit comments

Comments
 (0)