summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-04-04 15:37:07 +0200
committerraveit65 <[email protected]>2020-04-04 15:37:07 +0200
commit00b4088fe4a8cc64155e4003a25a76a5830e62b9 (patch)
tree30f9dcbdb7c0dca5498dad3b2092c25d696206bc
parentfbc506da86cdda5035f72e40b18cf4e4678e5903 (diff)
downloadmate-desktop-00b4088fe4a8cc64155e4003a25a76a5830e62b9.tar.bz2
mate-desktop-00b4088fe4a8cc64155e4003a25a76a5830e62b9.tar.xz
CI: update build environments
-rw-r--r--.travis.yml13
1 files changed, 7 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 6094b0a..dd3043d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,5 @@
# vim: set ts=2 sts=2 sw=2 expandtab :
dist: bionic
-sudo: required
language: shell
os: linux
services:
@@ -28,17 +27,19 @@ script:
deploy:
- provider: pages
- github-token: $GITHUB_TOKEN
- #keep-history: true
+ token: $GITHUB_TOKEN
+ keep_history: false
skip_cleanup: true
- committer-from-gh: true
- target-branch: gh-pages
- local-dir: html-report
+ committer_from_gh: true
+ target_branch: gh-pages
+ local_dir: html-report
+ strategy: git
on:
all_branches: true
condition: ${DISTRO} =~ ^fedora.*$
- provider: script
script: ./docker-build --verbose --config .build.yml --release github
+ skip_cleanup: true
on:
tags: true
condition: "${TRAVIS_TAG} =~ ^v.*$ && ${DISTRO} =~ ^fedora.*$"