diff options
author | raveit65 <[email protected]> | 2019-02-20 10:49:56 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-02-20 12:32:15 +0100 |
commit | d7414737fef42b39799590dafcff99c82632e4f0 (patch) | |
tree | 293ed4d273ded0696615e9a67e5339ccd61e94a8 | |
parent | c3f5eb6976f675f81317ef864c5360e51c6bcece (diff) | |
download | mate-backgrounds-d7414737fef42b39799590dafcff99c82632e4f0.tar.bz2 mate-backgrounds-d7414737fef42b39799590dafcff99c82632e4f0.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 31d8ee2..97d7815 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 |