summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2019-02-20 10:49:56 +0100
committerraveit65 <[email protected]>2019-02-20 12:32:15 +0100
commitd7414737fef42b39799590dafcff99c82632e4f0 (patch)
tree293ed4d273ded0696615e9a67e5339ccd61e94a8 /.travis.yml
parentc3f5eb6976f675f81317ef864c5360e51c6bcece (diff)
downloadmate-backgrounds-d7414737fef42b39799590dafcff99c82632e4f0.tar.bz2
mate-backgrounds-d7414737fef42b39799590dafcff99c82632e4f0.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 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