diff --git a/README.md b/README.md index 4ad41bb..0d1f103 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # RTSA-lab01-CacheAnalysis +[![Build Status](http://129.217.34.203/api/badges/nils.hoelscher/RTSA-lab01-CacheAnalysis/status.svg)](http://129.217.34.203/nils.hoelscher/RTSA-lab01-CacheAnalysis) + In this lab session you will learn how to implement a LRU cache in abstract representation. ## Exercise