summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2019-02-17 17:53:36 +0800
committerraveit65 <[email protected]>2019-02-17 13:17:41 +0100
commit17ca341d779af46fce37370bbbc2c8e2822993a6 (patch)
tree091ed56b81b549d18c15b31d7b3bb3c5c4a28477 /.travis.yml
parent2c34542193adfc4eeddaf9b4a605caae15cbba24 (diff)
downloadeom-17ca341d779af46fce37370bbbc2c8e2822993a6.tar.bz2
eom-17ca341d779af46fce37370bbbc2c8e2822993a6.tar.xz
Enable Travis CI for all branches
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index c66e032..0a4ec86 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