Skip to content

Commit

Permalink
rename circle for circleCI and improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
maximesraiki committed Jan 5, 2017
1 parent d351531 commit 465b60f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ In an existing React Native project, our generator contains sub-generators that
- [Eslint setup](generators/eslint/README.md)
- [Base project setup](generators/base/README.md)
- [Jest setup](generators/jest/README.md)
- [Circle setup](generators/circle/README.md)
- [CircleCI setup](generators/circleci/README.md)
- [Fastlane setup for multiple environments](generators/fastlane/README.md)
- [Icons and Splashscreen generation](generators/assets/README.md)
- [Bitrise setup for continuous deployment](generators/bitrise/README.md)
Expand Down
4 changes: 2 additions & 2 deletions generators/circle/README.md → generators/circleci/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Circle setup
# CircleCI setup for continuous integration

*CircleCI is a continuous integration solution allowing you to run your test each time you do a pull request*
*CircleCI is a continuous integration solution allowing you to run your tests each time you do a pull request. We advocate using it for unit tests as it is faster than Bitrise to execute them.*

In order to make circleCI working on your app, you need to create a circle.yml file by running

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 465b60f

Please sign in to comment.