From 872567dfb7ae5454434a408c166c51574bc4f102 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 4 Apr 2020 18:18:41 +0200 Subject: ci: update build environment --- .travis.yml | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index fbbcf89..d9416b7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,13 @@ # vim: set ts=2 sts=2 sw=2 expandtab : -dist: xenial -sudo: required -language: bash +dist: bionic +language: shell +os: linux services: - docker +addons: + apt: + packages: + - python3-github branches: except: @@ -15,9 +19,6 @@ before_install: - chmod +x docker-build gen-index install: - - sudo apt-get install -y python3-pip python3-setuptools - - sudo pip3 install --upgrade pip - - sudo pip install PyGithub - ./docker-build --name ${DISTRO} --config .build.yml --install script: @@ -25,12 +26,13 @@ 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.*$ @@ -53,7 +55,7 @@ after_success: fi' env: - - DISTRO="archlinux/base" + - DISTRO="archlinux:latest" - DISTRO="debian:testing" - DISTRO="fedora:latest" - DISTRO="ubuntu:devel" -- cgit v1.2.1