diff options
author | Unknwon <u@gogs.io> | 2016-02-14 23:14:55 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-02-14 23:14:55 -0500 |
commit | 58e004f7da58eaa8c461e34cc2fbbb9727f6fa33 (patch) | |
tree | d2b16690a4d19917530fe522271f3121683eb074 /.bra.toml | |
parent | fd92d91da3212f609ed6266fed7ac4b9f238f771 (diff) | |
download | gitea-58e004f7da58eaa8c461e34cc2fbbb9727f6fa33.tar.gz gitea-58e004f7da58eaa8c461e34cc2fbbb9727f6fa33.zip |
Remove cache avatar support and add its tests
Diffstat (limited to '.bra.toml')
-rw-r--r-- | .bra.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ watch_dirs = [ "$WORKDIR/routers" ] watch_exts = [".go"] +ignore_files = [".+_test.go"] build_delay = 1500 cmds = [ ["make", "build-dev"], # sqlite cert pam tidb |