Skip to content

Commit 368380f

Browse files
author
Mohanraj K.M
committed
tempFix circle ci
1 parent fdea31e commit 368380f

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ReKotlin-Router [![CircleCI](https://circleci.com/gh/ReKotlin/rekotlin-router.svg?style=svg)](https://circleci.com/gh/ReKotlin/rekotlin-router) [![License MIT](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://github.com/ReKotlin/rekotlin-router/blob/master/LICENSE.md)
1+
# ReKotlin-Router [![Build Status](https://travis-ci.org/ReKotlin/rekotlin-router.svg?branch=master)](https://travis-ci.org/ReKotlin/rekotlin-router) [![License MIT](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://github.com/ReKotlin/rekotlin-router/blob/master/LICENSE.md)
22

33
A declarative router for [ReKotlin](https://github.com/GeoThings/ReKotlin). Allows developers to declare routes in a similar manner as URLs are used on the web.
44

circle.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ checkout:
3535

3636
test:
3737
override:
38-
# - ./gradlew clean jacocoTestReport install
39-
- ./gradlew clean install
38+
- ./gradlew clean jacocoTestReport install
4039
post:
4140
- bash <(curl -s https://codecov.io/bash)

rekotlin-router/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ apply plugin: 'maven-publish'
99

1010

1111
group 'org.rekotlin-router'
12-
version '0.1.4'
12+
version '0.1.5'
1313

1414
ext {
1515
junitPlugin_version = '1.0.0'

0 commit comments

Comments
 (0)