summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2019-02-07 08:49:30 +0800
committerraveit65 <[email protected]>2019-02-07 09:05:51 +0100
commitfaed5d8bd050d187ba1fca4c1e2399bf3485bd4c (patch)
treed928b07f12d6cc3837daafc3b37293973914fbbb /.travis.yml
parentbecec7e3fc391d799755bf8561558b6cc2a06447 (diff)
downloadmarco-faed5d8bd050d187ba1fca4c1e2399bf3485bd4c.tar.bz2
marco-faed5d8bd050d187ba1fca4c1e2399bf3485bd4c.tar.xz
change to use archlinux/base image
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 4 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index c9b38110..a6cbc2d3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,13 +5,8 @@ language: bash
services:
- docker
-## Use travis branch for test.
-#branches:
-# only:
-# - travis
-
before_install:
- - curl -L -o docker-build https://github.com/mate-desktop/mate-dev-scripts/raw/travis/travis/docker-build
+ - curl -Ls -o docker-build https://github.com/mate-desktop/mate-dev-scripts/raw/travis/travis/docker-build
- chmod +x docker-build
install:
@@ -21,7 +16,7 @@ script:
- ./docker-build --name ${DISTRO} --verbose --config .travis.yml --build autotools
env:
- - DISTRO="base/archlinux"
+ - DISTRO="archlinux/base"
- DISTRO="debian:sid"
- DISTRO="fedora:29"
- DISTRO="ubuntu:18.10"
@@ -45,6 +40,7 @@ requires:
- mate-desktop
- zenity
- libxpresent
+ - which
debian:
# Useful URL: https://github.com/mate-desktop/debian-packages
@@ -129,4 +125,4 @@ variables:
- CFLAGS="-Wall -Werror=format-security"
after_scripts:
- - make distcheck > /dev/null
+ - make distcheck