summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2019-02-21 14:29:11 +0100
committerraveit65 <[email protected]>2019-02-22 11:48:35 +0100
commit707bf6205aed93615b9c29dfc593bae9ead2ed82 (patch)
tree972b8495b71b3c2eaeab7ce5051153df5cd8d387 /.travis.yml
parent4ea376aa993cd01dab343021b6282f614d71987f (diff)
downloadmate-sensors-applet-707bf6205aed93615b9c29dfc593bae9ead2ed82.tar.bz2
mate-sensors-applet-707bf6205aed93615b9c29dfc593bae9ead2ed82.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 dec04f4..0a5bcb3 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