Run make in circle, don't build arm and 32-bit

This commit is contained in:
Cameron Sparr
2015-10-28 11:59:19 -06:00
parent fa9555c430
commit 028bae8f04
3 changed files with 15 additions and 27 deletions

View File

@@ -4,6 +4,7 @@
- Telegraf will no longer use docker-compose for "long" unit test, it has been
changed to just run docker commands in the Makefile. See `make docker-run` and
`make docker-kill`. `make test` will still run all unit tests with docker.
- Long unit tests are now run in CircleCI, with docker & race detector
### Features
- [#325](https://github.com/influxdb/telegraf/pull/325): NSQ output. Thanks @jrxFive!