Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteffen Lindner <mail@steffen-lindner.de>2016-09-22 16:52:05 +0300
committerSteffen Lindner <mail@steffen-lindner.de>2016-09-22 16:52:05 +0300
commitaa1634e0100eeef3443187dab2a41f618b54b40e (patch)
tree128e4de470032d0ad66d561b8a2230a2e178d22b /.travis.yml
parent1fa9878040f612b2d9bb2b9e51a0bcea6a115243 (diff)
Change to ftp ip
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 08560ff7e..1468d5509 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -101,7 +101,7 @@ script:
- if [[ "$PACKAGE" = "TRUE" ]]; then make appstore; fi
# Upload the nightly to ftp server
- - if [[ "$NIGHTLY" = "TRUE" ]]; then curl --ftp-create-dirs -T build/artifacts/appstore/mail.tar.gz -u $FTP_LOGIN:$FTP_PW ftp://ftp.portknox.net/htdocs/mail/nextcloud_mail_nightly_build_$(date +%Y-%m-%d).tar.gz; fi
+ - if [[ "$NIGHTLY" = "TRUE" ]]; then curl --ftp-create-dirs -T build/artifacts/appstore/mail.tar.gz -u $FTP_LOGIN:$FTP_PW ftp://144.76.174.90/htdocs/mail/nextcloud_mail_nightly_build_$(date +%Y-%m-%d).tar.gz; fi
matrix:
include: