From 1635aa9cb784f0a1ac60b5f3ba2e351acddc4063 Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Sun, 4 Feb 2018 22:24:22 -0800 Subject: configure master-only-ness in travis rather than scala --- build.sc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'build.sc') diff --git a/build.sc b/build.sc index 0201f076..c77a9eda 100755 --- a/build.sc +++ b/build.sc @@ -239,10 +239,9 @@ def uploadToGithub(assembly: Path, authKey: String, release: String, label: Stri ) .header("Authorization", "token " + authKey) .asString - - - upload.apply(assembly, release, label, authKey) } + + upload.apply(assembly, release, label, authKey) } def releaseCI(githubAuthKey: String, -- cgit v1.2.3