summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2019-02-20 18:04:50 +0100
committerraveit65 <[email protected]>2019-02-21 16:29:41 +0100
commitb8e45a5313a91deac707e0c26f42f2a7dc20a6f2 (patch)
treef243f42d13412a1b9b648999a21e66d4120797ba /.travis.yml
parente9b6aeee798aee36ca40e7331231188a67167878 (diff)
downloadmate-indicator-applet-b8e45a5313a91deac707e0c26f42f2a7dc20a6f2.tar.bz2
mate-indicator-applet-b8e45a5313a91deac707e0c26f42f2a7dc20a6f2.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 f7d87b6..fa5aff4 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