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:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2018-11-26 23:16:52 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2018-11-26 23:16:52 +0300
commitc505ca02155f8ee008a43a69282ce21c65f2db6e (patch)
tree601f24f343fc4b1e5aef940cf8dbb52c6df36ccd /.travis.yml
parentb324a9bdf4f2112648b638abbdb2a171f5ee8804 (diff)
Fix Travis build matrix
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
1 files changed, 0 insertions, 11 deletions
diff --git a/.travis.yml b/.travis.yml
index 626a188d8..8eb32ef14 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -123,14 +123,3 @@ script:
# Upload the nightly to ftp server
- if [[ "$NIGHTLY" = "TRUE" ]]; then curl --ftp-create-dirs -T /home/travis/build/nextcloud/core/apps/mail/build/artifacts/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:
- - php: 7.0
- env: "DB=mysql CORE_BRANCH=master TEST_JS=TRUE"
- - php: 7.2
- env: "DB=mysql CORE_BRANCH=stable14"
- - php: 7.1
- env: "DB=mysql CORE_BRANCH=master PACKAGE=TRUE"
- - php: 7.1
- env: "DB=pgsql PHP_COVERAGE=TRUE"
- fast_finish: true