summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2019-02-19 20:08:41 +0100
committerraveit65 <[email protected]>2019-02-20 08:44:02 +0100
commit33a4dd5c67d178e96e0f7967d8ed32221f8917fa (patch)
tree3882144406486a77fb40f8820dd9c41a2e7d0e6e
parent78e3339f3a9105fcd79967c38bab267f211bca60 (diff)
downloadlibmateweather-33a4dd5c67d178e96e0f7967d8ed32221f8917fa.tar.bz2
libmateweather-33a4dd5c67d178e96e0f7967d8ed32221f8917fa.tar.xz
Enable Travis CI for all branches
-rw-r--r--.travis.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 2a411c0..8ef6d0c 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