Skip to content

Commit

Permalink
ci: Use @zeus-ci/cli to upload artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-auer committed Nov 14, 2017
1 parent a55e9f5 commit 2c6ed33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2c6ed33

Please sign in to comment.