Skip to content

Commit efa86ab

Browse files
committed
Add cirlce yml and badge
1 parent 5f4eddb commit efa86ab

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# re-crud
22

33
[![Clojars Project](https://img.shields.io/clojars/v/org.omnyway/re-crud.svg)](https://clojars.org/org.omnyway/re-crud)
4+
[![CircleCI](https://circleci.com/gh/omnypay/re-crud.svg?style=svg)](https://circleci.com/gh/omnypay/re-crud)
45

56
A re-frame library for developing CRUD applications.
67

@@ -98,4 +99,3 @@ distributed under the License is distributed on an "AS IS" BASIS,
9899
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
99100
See the License for the specific language governing permissions and
100101
limitations under the License.
101-

circle.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
machine:
2+
java:
3+
version: oraclejdk8
4+
5+
test:
6+
override:
7+
- make test

0 commit comments

Comments
 (0)