diff --git a/README.md b/README.md index e14e3aa8b..dd2ea42d2 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![gzip size](http://img.badgesize.io/https://unpkg.com/formik/dist/formik.umd.min.js?compression=gzip)](https://unpkg.com/formik/dist/formik.umd.min.js) [![npm](https://img.shields.io/npm/v/formik.svg)](https://npm.im/formik) [![license](http://img.shields.io/npm/l/formik.svg)](./LICENSE) -[![CircleCI](https://circleci.com/gh/jaredpalmer/formik.svg?style=svg)](https://circleci.com/gh/jaredpalmer/formik) +[![Build Status](https://travis-ci.org/jaredpalmer/formik.svg?branch=master)](https://travis-ci.org/jaredpalmer/formik) Let's face it, forms are really verbose in [React](https://github.com/facebook/react). To make matters worse, most form helpers do wayyyy too much magic and often have a significant performance cost associated with them. Formik is a minimal Higher Order Component that helps you with the 3 most annoying parts: diff --git a/circle.yml b/circle.yml deleted file mode 100644 index 4d23d6bee..000000000 --- a/circle.yml +++ /dev/null @@ -1,11 +0,0 @@ -machine: - node: - version: 8 - -dependencies: - override: - - yarn - -test: - override: - - yarn test -- --runInBand --no-cache --coverage \ No newline at end of file