Update .travis.yml
This commit is contained in:
parent
ba1ffa3650
commit
67a982ed4c
1 changed files with 1 additions and 2 deletions
|
|
@ -8,8 +8,7 @@ after_success:
|
|||
- chmod +x send.sh
|
||||
- ./send.sh success $WEBHOOK_URL
|
||||
|
||||
- curl --ftp-create-dirs
|
||||
-T filename
|
||||
- curl -T filename
|
||||
sftp://${SFTP_USER}:${SFTP_PASSWORD}@${SFTP_IP}${SFTP_DIR}
|
||||
after_failure:
|
||||
- wget https://raw.githubusercontent.com/DiscordHooks/travis-ci-discord-webhook/master/send.sh
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue