Add Continuous Integration Section and a couple libraries
diff --git a/Projects.md b/Projects.md
index 47c5714..e876f47 100644
--- a/Projects.md
+++ b/Projects.md
@@ -23,6 +23,7 @@
* [Compression](#compression)
* [Configuration File Parsers](#configuration-file-parsers)
* [Console User Interface](#console-user-interface)
+* [Continuous Integration](#continuous-integration)
* [Cryptography](#cryptography)
* [Databases and Storage](#databases-and-storage)
* [Data Processing](#data-processing)
@@ -220,6 +221,11 @@
* [termon](http://termon.googlecode.com/) - Easy terminal-control-interface for Go.
* [yandex-weather-cli](https://github.com/msoap/yandex-weather-cli) - Command line interface for Yandex weather service
+## Continuous Integration
+
+ * [goveralls](https://github.com/mattn/goveralls) - Go integration for Coveralls.io continuous code coverage tracking system.
+ * [overalls](https://github.com/bluesuncorp/overalls) - Multi-Package go project coverprofile for tools like goveralls
+
## Cryptography
* [BLAKE2b](https://github.com/dchest/blake2b) - Go implementation of BLAKE2b hash function
@@ -1445,4 +1451,3 @@
* [stressdisk](https://github.com/ncw/stressdisk) - Stress test your disks / memory cards / USB sticks before trusting your valuable data to them
* [Twackup](https://github.com/tv42/twackup) - Backs up your tweets into local files
* [validation](https://github.com/kdar/validation) - Simple independent struct/key-value validation
-