diff options
author | Wu Xiaotian <[email protected]> | 2019-02-02 22:50:18 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-02-03 10:34:42 +0100 |
commit | 8c0de1c762ec9805100296a18f8016dc15aee4be (patch) | |
tree | 0c02b38f86b52f520c15d86506be1a0904a49eba /.travis.yml | |
parent | 43fd38df9bf6b8f4070f86115c52c8c58fde04d5 (diff) | |
download | mate-control-center-8c0de1c762ec9805100296a18f8016dc15aee4be.tar.bz2 mate-control-center-8c0de1c762ec9805100296a18f8016dc15aee4be.tar.xz |
enable travis for all branches
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 65431003..5120c0ef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,9 +6,9 @@ services: - docker # Use travis branch for test. -branches: - only: - - travis +#branches: +# only: +# - travis before_install: - curl -L -o docker-build https://github.com/mate-desktop/mate-dev-scripts/raw/travis/travis/docker-build |