summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2019-02-20 19:12:26 +0100
committerraveit65 <[email protected]>2019-02-21 16:29:15 +0100
commitad1f4953559938548e898ce39ec12e60802c4986 (patch)
tree7eb32252d16ee0e6dd38c4e4e2f9926a7bc04cd6 /.travis.yml
parentb7d4d16c907b62c99ae713037a20d594a1783afd (diff)
downloadmate-media-ad1f4953559938548e898ce39ec12e60802c4986.tar.bz2
mate-media-ad1f4953559938548e898ce39ec12e60802c4986.tar.xz
Enable Travis CI for all branches
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index aba259a..bd5859b 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