diff options
author | Wu Xiaotian <[email protected]> | 2019-02-17 17:08:41 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-02-17 13:24:01 +0100 |
commit | 9a4748bbe065d58e2e70c3810e6d864739dbf54b (patch) | |
tree | 54e305c55e213353ddbba56406d2a13c0364bfe9 | |
parent | f68afd78ec812b45dc71938878ce693de2526d05 (diff) | |
download | atril-9a4748bbe065d58e2e70c3810e6d864739dbf54b.tar.bz2 atril-9a4748bbe065d58e2e70c3810e6d864739dbf54b.tar.xz |
Enable Travis CI for all branches
-rw-r--r-- | .travis.yml | 6 |
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 |