From fbc5f6b97e251dd95d45e8e8936138f2fc4c0296 Mon Sep 17 00:00:00 2001 From: Igor Randjelovic Date: Mon, 15 Jan 2018 18:04:25 +0100 Subject: [PATCH] chore: fix CI link (#724) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dce55de574..33741e57e4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# vue-cli [![Build Status](https://circleci.com/gh/vuejs/vue-cli/tree/next.svg?style=shield)](https://circleci.com/gh/vuejs/vue-loader/tree/next) [![Windows Build status](https://ci.appveyor.com/api/projects/status/487fqt71e4kf46iv/branch/next?svg=true)](https://ci.appveyor.com/project/yyx990803/vue-cli-6b0a6/branch/next) +# vue-cli [![Build Status](https://circleci.com/gh/vuejs/vue-cli/tree/next.svg?style=shield)](https://circleci.com/gh/vuejs/vue-cli/tree/next) [![Windows Build status](https://ci.appveyor.com/api/projects/status/487fqt71e4kf46iv/branch/next?svg=true)](https://ci.appveyor.com/project/yyx990803/vue-cli-6b0a6/branch/next) > WIP: this is the work in progress branch of the upcoming vue-cli 3.0. > Only for preview for template maintainers. @@ -27,7 +27,7 @@ yarn serve ### Testing Tips -The full test suite is rather slow, because it has a number of e2e tests that performs full webpack builds of actual projects. To narrow down the tests needed to run during development, you can pass a list of packages to the `test` script: +The full test suite is rather slow, because it has a number of e2e tests that perform full webpack builds of actual projects. To narrow down the tests needed to run during development, you can pass a list of packages to the `test` script: ``` sh yarn test cli cli-services