Skip to content

Commit c8947cb

Browse files
committed
Merge pull request #5 from rneatherway/add-ci-badges
Add CI build badges
2 parents 94c4f19 + d0c7818 commit c8947cb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@ This project provides a command-line interface to the [FSharp.Compiler.Service](
99

1010
This README is targeted at developers.
1111

12+
## Build Status
13+
14+
### Travis [![Travis build status](https://travis-ci.org/fsharp/FSharp.AutoComplete.png)](https://travis-ci.org/fsharp/FSharp.AutoComplete)
15+
16+
The configuration is contained in [.travis.yml](.travis.yml).
17+
18+
### AppVeyor [![AppVeyor build status](https://ci.appveyor.com/api/projects/status/y1s7nje31qi1j8ed)](https://ci.appveyor.com/project/fsgit/fsharpbinding)
19+
20+
The configuration is contained in [appveyor.yml](appveyor.yml).
21+
1222
## Building and testing
1323

1424
There is a [FAKE script](build.fsx) with chain-loaders for [*nix](fake) and [Windows](fake.cmd). This can be used for both building and running the unit and integration tests. It is also the core of the CI builds running on [Travis](../.travis.yml) and [AppVeyor](../appveyor.yml), and so also has the ability to run the Emacs unit and integration tests.

0 commit comments

Comments
 (0)