From a00a2f722b47c857610f637e5cd0b109fd898e5f Mon Sep 17 00:00:00 2001 From: jiangweixing Date: Fri, 27 Nov 2020 13:43:55 +0800 Subject: [PATCH] Feat: set all branch deploy --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0984de7..f90f127 100644 --- a/.travis.yml +++ b/.travis.yml @@ -83,4 +83,5 @@ deploy: overwrite: true draft: true on: - branch: feature_cairo_binding \ No newline at end of file + all_branches: true + #branch: node_canvas \ No newline at end of file