diff options
author | raveit65 <[email protected]> | 2019-02-19 20:08:41 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-02-20 08:44:02 +0100 |
commit | 33a4dd5c67d178e96e0f7967d8ed32221f8917fa (patch) | |
tree | 3882144406486a77fb40f8820dd9c41a2e7d0e6e /.travis.yml | |
parent | 78e3339f3a9105fcd79967c38bab267f211bca60 (diff) | |
download | libmateweather-33a4dd5c67d178e96e0f7967d8ed32221f8917fa.tar.bz2 libmateweather-33a4dd5c67d178e96e0f7967d8ed32221f8917fa.tar.xz |
Enable Travis CI for all branches
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
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 |