diff options
author | raveit65 <[email protected]> | 2019-02-19 16:35:53 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-02-19 17:52:58 +0100 |
commit | 7e730f01233abcbb2d97e5e767e7f44c67848517 (patch) | |
tree | 3806a1bd7e9b203b1414e582d24c503f2b0b1b0b | |
parent | e6e0234443929ce701e47d63e81ab36089dd56ff (diff) | |
download | libmatekbd-7e730f01233abcbb2d97e5e767e7f44c67848517.tar.bz2 libmatekbd-7e730f01233abcbb2d97e5e767e7f44c67848517.tar.xz |
Enable Travis CI for all branches
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml index 377e1ad..afae183 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 |