From dd70319c820ec7dcfc20204627bfa8148cd747ba Mon Sep 17 00:00:00 2001 From: Wu Xiaotian Date: Mon, 18 Feb 2019 14:33:03 +0800 Subject: Enable Travis CI for all branches --- .travis.yml | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index f4fa11a..b5458be 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,12 +5,6 @@ language: bash services: - docker -# Trigger only on the travis branch -# Remove the lines if every thing is ok. -branches: - only: - - travis - before_install: - curl -Ls -o docker-build https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/docker-build - chmod +x docker-build @@ -36,7 +30,7 @@ env: requires: archlinux: # Useful URL: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=caja-dropbox - - caja + - caja - gcc - git - glib2 @@ -59,14 +53,14 @@ requires: fedora: # Useful URL: https://src.fedoraproject.org/cgit/rpms/caja-dropbox.git + - caja-devel - gcc - git - make - - redhat-rpm-config - - caja-devel + - mate-common - python3-docutils - python3-gobject - - mate-common + - redhat-rpm-config ubuntu: - git -- cgit v1.2.1