summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2020-04-06 16:16:30 +0200
committerPablo Barciela <[email protected]>2020-04-06 18:03:21 +0200
commit8e6cb21ab2f0f615b4ec83fd7b852e265fcc238e (patch)
tree51b717b283849cca202a4a80e12dbf76e4471898
parentd2c34dbb174041424f225b0d73abeb27e89b9df2 (diff)
downloadmate-user-guide-8e6cb21ab2f0f615b4ec83fd7b852e265fcc238e.tar.bz2
mate-user-guide-8e6cb21ab2f0f615b4ec83fd7b852e265fcc238e.tar.xz
Travis CI: Fix build error with arch
-rw-r--r--.travis.yml31
1 files changed, 16 insertions, 15 deletions
diff --git a/.travis.yml b/.travis.yml
index d1e1a14..08f6a18 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,9 +1,12 @@
-# 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:
@@ -14,9 +17,6 @@ before_install:
- chmod +x docker-build
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:
@@ -24,18 +24,19 @@ script:
deploy:
- provider: pages
- github-token: $GITHUB_TOKEN
- #keep-history: true
- skip_cleanup: true
- committer-from-gh: true
- target-branch: gh-pages
- local-dir: help-html
+ edge: true
+ token: $GITHUB_TOKEN
+ keep_history: false
+ committer_from_gh: true
+ target_branch: gh-pages
+ local_dir: help-html
+ strategy: git
on:
all_branches: true
condition: ${DISTRO} =~ ^fedora.*$
- provider: script
+ edge: true
script: ./docker-build --verbose --config .build.yml --release github
- skip_cleanup: true
on:
tags: true
condition: "${TRAVIS_TAG} =~ ^v.*$ && ${DISTRO} =~ ^fedora.*$"
@@ -52,7 +53,7 @@ after_success:
fi'
env:
- - DISTRO="archlinux/base"
+ - DISTRO="archlinux:latest"
- DISTRO="debian:testing"
- DISTRO="fedora:latest"
- DISTRO="ubuntu:devel"