diff options
author | raveit65 <[email protected]> | 2019-02-20 19:12:26 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-02-21 16:29:15 +0100 |
commit | ad1f4953559938548e898ce39ec12e60802c4986 (patch) | |
tree | 7eb32252d16ee0e6dd38c4e4e2f9926a7bc04cd6 | |
parent | b7d4d16c907b62c99ae713037a20d594a1783afd (diff) | |
download | mate-media-ad1f4953559938548e898ce39ec12e60802c4986.tar.bz2 mate-media-ad1f4953559938548e898ce39ec12e60802c4986.tar.xz |
Enable Travis CI for all branches
-rw-r--r-- | .travis.yml | 6 |
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 |