Skip to content
Snippets Groups Projects
Unverified Commit c505ca02 authored by Christoph Wurst's avatar Christoph Wurst
Browse files

Fix Travis build matrix

parent b324a9bd
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment