summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2019-02-21 16:26:14 +0100
committerraveit65 <[email protected]>2019-02-22 11:43:33 +0100
commitee025a6f80956b928263e544a3c3c707ab77d6fd (patch)
treebc7af3ddca0920944fe59825ee5c32dfec101ae0
parent05235412280113a6888b87f25fa782e17033a6b0 (diff)
downloadmate-system-monitor-ee025a6f80956b928263e544a3c3c707ab77d6fd.tar.bz2
mate-system-monitor-ee025a6f80956b928263e544a3c3c707ab77d6fd.tar.xz
Enable Travis CI for all branches
-rw-r--r--.travis.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 3313fb0..82e4714 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