summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2019-02-20 15:28:53 +0800
committerraveit65 <[email protected]>2019-02-20 09:03:49 +0100
commitae538cdba5d608967544ca4b729ac77a6c0cd62a (patch)
treebc6b0881f131ae621b455f12e49a3e80876a2583
parentd8590dc8e1f66ee0bf3e3b2aa6aae73a71c6d70b (diff)
downloadmozo-ae538cdba5d608967544ca4b729ac77a6c0cd62a.tar.bz2
mozo-ae538cdba5d608967544ca4b729ac77a6c0cd62a.tar.xz
Enable Travis CI for all branches
-rw-r--r--.travis.yml6
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