Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Remove circleci since coverage and tests are handled elsewhere
Browse files Browse the repository at this point in the history
  • Loading branch information
NateRadebaugh committed Nov 19, 2020
1 parent d706896 commit aafcd30
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 49 deletions.
47 changes: 0 additions & 47 deletions .circleci/config.yml

This file was deleted.

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

<!-- ALL-CONTRIBUTORS-BADGE:END -->

[![CircleCI](https://circleci.com/gh/NateRadebaugh/react-datetime.svg?style=svg)](https://circleci.com/gh/NateRadebaugh/react-datetime)
[![Build Status](https://secure.travis-ci.org/NateRadebaugh/react-datetime.svg)](https://travis-ci.org/NateRadebaugh/react-datetime)
[![npm version](https://badge.fury.io/js/%40nateradebaugh%2Freact-datetime.svg)](https://badge.fury.io/js/%40nateradebaugh%2Freact-datetime)

Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
"test:coverage": "yarn test --coverage",
"test:all": "echo 'Running tests...' && yarn bundlesize && yarn test:coverage && echo 'All tests passed! 🤘'",
"test:watch": "cross-env TZ=Europe/Stockholm tsdx test --watch",
"circleci-test": "cross-env CI=1 TZ=Europe/Stockholm JEST_JUNIT_OUTPUT_DIR=reports/junit tsdx test --ci --reporters=default --reporters=jest-junit --runInBand",
"lint": "yarn eslint src --ext .js,.ts,.jsx,.tsx",
"lint:fix": "yarn lint --fix",
"prettier": "prettier --write {src,scss}/*.{json,js,jsx,ts,tsx,scss} *.{json,js,md,mdx}",
Expand Down

0 comments on commit aafcd30

Please sign in to comment.