Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 448 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 448 Bytes

sftp-autodeploy

Travis Configuration

sudo: required

before_script:
- sudo apt-get install build-essential debhelper libssh2-1-dev
- sudo apt-get source libcurl3
- sudo apt-get build-dep libcurl3
- sudo add-apt-repository -y ppa:git-ftp/ppa
- sudo apt-get update
- sudo apt-get install git-ftp 

script:
- source <(curl -s https://raw.githubusercontent.com/imujjwal96/sftp-autodeploy/master/init.sh)