From af28900dd48fbd69949f5d5499af11a0e05c1697 Mon Sep 17 00:00:00 2001 From: Wu Xiaotian Date: Fri, 22 Feb 2019 15:49:06 +0800 Subject: Enable Travis CI for all branches --- .travis.yml | 6 ------ 1 file changed, 6 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 007a1b0f..8d4e4cc1 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 -- cgit v1.2.1