Add link to the last travis build result.

This commit is contained in:
Vassil Vassilev 2014-09-25 20:44:22 +02:00 committed by sftnight
parent 696c891874
commit 92c24fb660

View File

@ -7,6 +7,9 @@
```
Linux: [![Linux Status](http://img.shields.io/travis/vgvassilev/cling.svg?style=flat-square)](https://travis-ci.org/vgvassilev/cling)
##DESCRIPTION
Cling is an interactive C++ interpreter, built on top of Clang and LLVM compiler infrastructure. Cling realizes the read-print-evaluate-loop concept, in order to leverage rapid application development. Implemented as a small extension to LLVM and Clang, the interpreter reuses their strengths such as the praised concise and expressive compiler diagnostics.