Skip to content

Commit

Permalink
Added CircleCI badge and info to README
Browse files Browse the repository at this point in the history
  • Loading branch information
edvald committed Jan 15, 2018
1 parent 5926518 commit 1362eb5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![CircleCI](https://circleci.com/gh/edvald/garden/tree/master.svg?style=svg&circle-token=ac1ec9984d093f91e594e5a0a03b34cec2c2a093)](https://circleci.com/gh/edvald/garden/tree/master)

# garden

Just getting started now...
Expand All @@ -6,3 +8,12 @@ Just getting started now...

npm test

#### CI

We use [Circle CI](https://circleci.com) for integration testing. Sometimes
it can be useful to test and debug the CI build locally, particularly when
updating or adding dependencies. You can use their
[CLI](https://circleci.com/docs/2.0/local-jobs/) for that, which
is installed automatically by the `./bin/bootstrap-osx` script. Once you
have it installed you can run `circleci build` in the repo root to test
the build locally.

0 comments on commit 1362eb5

Please sign in to comment.