diff options
author | Wu Xiaotian <[email protected]> | 2019-02-20 14:36:23 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-02-20 15:22:41 +0100 |
commit | fd8e389d9470d186b71e98249c2ad4698c76e2ba (patch) | |
tree | 44c4c7b871836a0accf386c8c72f155a2935bbad /.travis.yml | |
parent | a5aeb40e535171a8a9bb0ced625019bbd3034a7b (diff) | |
download | python-caja-fd8e389d9470d186b71e98249c2ad4698c76e2ba.tar.bz2 python-caja-fd8e389d9470d186b71e98249c2ad4698c76e2ba.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 73d6abd..d54ed6b 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 |