summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-04-04 15:59:32 +0200
committerraveit65 <[email protected]>2020-04-04 15:59:32 +0200
commit1cd7aa0505ca4ec943ffbe651f1d329a02106e9d (patch)
tree3b249eba400bbc83ee685b824ad9e5ba6597d3c9
parent843ffcf76e3d1a6e221985c49a96147527699cdd (diff)
downloadatril-1cd7aa0505ca4ec943ffbe651f1d329a02106e9d.tar.bz2
atril-1cd7aa0505ca4ec943ffbe651f1d329a02106e9d.tar.xz
ci: update build environment
-rw-r--r--.travis.yml12
1 files changed, 7 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index d7b100ca..5f31ddce 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,17 +25,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.*$"