Skip to content

Commit

Permalink
add codebuild build badge and remove circleci config
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkySharks committed Apr 10, 2019
1 parent 5ae01f1 commit 51e6ddd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 93 deletions.
90 changes: 0 additions & 90 deletions .circleci/config.yml

This file was deleted.

5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PWA Studio

[![CircleCI](https://circleci.com/gh/magento-research/pwa-studio.svg?style=svg)](https://circleci.com/gh/magento-research/pwa-studio) [![Coverage Status](https://coveralls.io/repos/github/magento-research/pwa-studio/badge.svg)](https://coveralls.io/github/magento-research/pwa-studio)
![Build Status](https://codebuild.us-east-1.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiaUZROHc4a1JidmozWVE2N3Jxb1lLUFpOOStTbHhjZFJmQVFYbTVRYWw1dldWN2dEOFZvK0tlWVdYZUxyYzJSVWcvNlJuVE1CTDgyYXAwa0ZJcVpSSTIwPSIsIml2UGFyYW1ldGVyU3BlYyI6IkFOM3pZMEN0ckV6OElmUjQiLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=master)
[![Coverage Status](https://coveralls.io/repos/github/magento-research/pwa-studio/badge.svg)](https://coveralls.io/github/magento-research/pwa-studio)
Magento PWA Studio is a collection of tools that lets developers build complex Progressive Web Applications on top of Magento 2 stores.

## Documentation
Expand Down Expand Up @@ -71,7 +71,6 @@ If you have an issue that cannot be resolved, please [create an issue][].
* To add a dependency, use [workspace commands][] (e.g., `yarn workspace @magento/venia-concept add my-module`). This will associate the dependency with the right package.
* Before pushing a commit, `yarn run prettier` and `yarn run lint` to format and inspect the source code. (There is also a git hook that will do this automatically.)

[CircleCI]: https://circleci.com/gh/magento-research/pwa-studio.svg?style=svg
[Contribution guide]: .github/CONTRIBUTING.md
[Coverage Status]: https://coveralls.io/repos/github/magento-research/pwa-studio/badge.svg?branch=master
[create an issue]: https://github.com/magento-research/pwa-studio/issues/new
Expand Down

0 comments on commit 51e6ddd

Please sign in to comment.