Add details on CircleCI testing

pull/2314/head
Philip O'Toole 2015-04-16 10:51:05 -07:00
parent 39ddd4faca
commit e652468254
1 changed files with 4 additions and 0 deletions

View File

@ -172,6 +172,10 @@ To install go cover, run the following command:
go get golang.org/x/tools/cmd/cover
```
Continuous Integration testing
-----
InfluxDB uses CirceCI for continuous integration testing. To see how the code is built and tested, check out [this file](https://github.com/influxdb/influxdb/blob/master/circle-test.sh). It closely follows the build and test process outlined above.
Useful links
------------
- [Useful techniques in Go](http://arslan.io/ten-useful-techniques-in-go)