diff options
| -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 | 
