From 2c6ed3352da0b647f11f365407585f8f27e3220f Mon Sep 17 00:00:00 2001 From: Jan Michael Auer Date: Tue, 14 Nov 2017 16:18:41 +0100 Subject: [PATCH] ci: Use @zeus-ci/cli to upload artifacts --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 853e72f0dc..54e7569e5e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -55,8 +55,8 @@ matrix: node_js: 8 script: .travis/deploy.sh after_success: - - npm install -g zeus-ci - - zeus-ci upload -t "application/tar+npm" *.tgz + - npm install -g @zeus-ci/cli + - zeus upload -t "application/tar+npm" *.tgz notifications: webhooks: