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-10-15 16:27:33 +0300
committerSteffen Lindner <mail@steffen-lindner.de>2016-10-15 16:27:33 +0300
commit1a6e242883cd4b1d891d43db669106d30ed1c35d (patch)
treec93e21b878e947cee934f089ca1c622d0b297a3f /.travis.yml
parente08529125f4234c1394a36c30df86e34df7272a4 (diff)
Replace IP with DNS
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 d6aaa619a..2cb113594 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -107,7 +107,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://144.76.174.90/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://upload.portknox.de/htdocs/mail/nextcloud_mail_nightly_build_$(date +%Y-%m-%d).tar.gz; fi
matrix:
include: