From 8f79c9d6f10d6cc8548f6c633546c562e276ee51 Mon Sep 17 00:00:00 2001 From: Leo Lamprecht Date: Fri, 7 Jul 2017 18:29:21 +0200 Subject: [PATCH] Make artifacts available on Circle CI --- circle.yml | 1 + readme.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 74ea317..b8ad748 100644 --- a/circle.yml +++ b/circle.yml @@ -7,6 +7,7 @@ deployment: branch: /.*/ commands: - npm run pack + - cp packed/* $CIRCLE_ARTIFACTS release: tag: /.*/ commands: diff --git a/readme.md b/readme.md index 24a9da6..ccba136 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # now CLI -[![Build Status](https://travis-ci.org/zeit/now-cli.svg?branch=master)](https://travis-ci.org/zeit/now-cli) +[![Build Status](https://circleci.com/gh/zeit/now-cli.svg?style=shield)](https://circleci.com/gh/zeit/now-cli) [![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/sindresorhus/xo) [![Slack Channel](http://zeit-slackin.now.sh/badge.svg)](https://zeit.chat)