diff options
author | raveit65 <[email protected]> | 2020-04-04 18:35:05 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-04 18:35:05 +0200 |
commit | ec11ded1b240cef45039ba6bf9e68bd5324c3314 (patch) | |
tree | c66772a7fde15f40d06a1e6646e3c20307266862 | |
parent | a4cba14683c2d10a15bb498b91746c14a27ea0d9 (diff) | |
download | caja-extensions-ec11ded1b240cef45039ba6bf9e68bd5324c3314.tar.bz2 caja-extensions-ec11ded1b240cef45039ba6bf9e68bd5324c3314.tar.xz |
ci: update build environment
-rw-r--r-- | .travis.yml | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml index cb00516..26b0935 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,18 +1,19 @@ # 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 before_install: - curl -Ls -o docker-build https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/docker-build - 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: @@ -27,7 +28,7 @@ deploy: condition: "${TRAVIS_TAG} =~ ^v.*$ && ${DISTRO} =~ ^fedora.*$" env: - - DISTRO="archlinux/base" + - DISTRO="archlinux:latest" - DISTRO="debian:testing" - DISTRO="fedora:latest" - DISTRO="ubuntu:20.04" |