summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2019-02-17 17:08:41 +0800
committerraveit65 <[email protected]>2019-02-17 13:24:01 +0100
commit9a4748bbe065d58e2e70c3810e6d864739dbf54b (patch)
tree54e305c55e213353ddbba56406d2a13c0364bfe9
parentf68afd78ec812b45dc71938878ce693de2526d05 (diff)
downloadatril-9a4748bbe065d58e2e70c3810e6d864739dbf54b.tar.bz2
atril-9a4748bbe065d58e2e70c3810e6d864739dbf54b.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 44b5d2e2..55554358 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