diff options
author | raveit65 <[email protected]> | 2019-02-21 18:45:43 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-02-22 12:35:11 +0100 |
commit | 4bd3e7c3cd353b815137fcbf7e5f799876d9cbf7 (patch) | |
tree | c9432ba204e90e98604f16b82bca22c6313a3e74 /.travis.yml | |
parent | b3ed7234a69ac8086e32ea20668b0c8054661358 (diff) | |
download | mate-terminal-4bd3e7c3cd353b815137fcbf7e5f799876d9cbf7.tar.bz2 mate-terminal-4bd3e7c3cd353b815137fcbf7e5f799876d9cbf7.tar.xz |
Enable Travis CI for all branches
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml index 27f0d3e..8364638 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 |