Skip to content

Commit 338572b

Browse files
committed
Add badges for CI build status
1 parent b61f7a3 commit 338572b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
![GitHub](https://img.shields.io/github/license/tschuchortdev/kotlin-compile-testing.svg?color=green&style=popout)
88
![Maintenance](https://img.shields.io/maintenance/yes/2019.svg?style=popout)
99
[![Generic badge](https://img.shields.io/badge/contributions-welcome-green.svg)](https://shields.io/)
10+
[![Build Status](https://travis-ci.com/tschuchortdev/kotlin-compile-testing.svg?branch=master)](https://travis-ci.com/tschuchortdev/kotlin-compile-testing)
11+
[![Build status](https://ci.appveyor.com/api/projects/status/jj639rc6whehaf9o?svg=true)](https://ci.appveyor.com/project/tschuchortdev/kotlin-compile-testing)
1012

1113
A library for in-process compilation of Kotlin and Java code, in the spirit of [Google Compile Testing](https://github.com/google/compile-testing). For example, you can use this library to test your annotation processors or run Kotlin-script files.
1214

0 commit comments

Comments
 (0)