diff options
author | Wu Xiaotian <[email protected]> | 2019-02-20 15:28:53 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-02-20 09:03:49 +0100 |
commit | ae538cdba5d608967544ca4b729ac77a6c0cd62a (patch) | |
tree | bc6b0881f131ae621b455f12e49a3e80876a2583 /.travis.yml | |
parent | d8590dc8e1f66ee0bf3e3b2aa6aae73a71c6d70b (diff) | |
download | mozo-ae538cdba5d608967544ca4b729ac77a6c0cd62a.tar.bz2 mozo-ae538cdba5d608967544ca4b729ac77a6c0cd62a.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 0d580f2..21c84e5 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 |