diff options
author | bloodstalker <thabogre@gmail.com> | 2016-12-15 19:01:01 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2016-12-15 19:01:01 +0000 |
commit | cad3fad5bf05adb7266be8363549d1ddbda11e31 (patch) | |
tree | 4fcc643b948186959ac00c356535bcc014323d93 | |
parent | reverted the change (diff) | |
download | mutator-cad3fad5bf05adb7266be8363549d1ddbda11e31.tar.gz mutator-cad3fad5bf05adb7266be8363549d1ddbda11e31.zip |
added travis CI badge
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ src="https://scan.coverity.com/projects/11154/badge.svg"/> </a> [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/553/badge)](https://bestpractices.coreinfrastructure.org/projects/553) +[![Build Status](https://travis-ci.org/bloodstalker/mutator.svg?branch=master)](https://travis-ci.org/bloodstalker/mutator) A C code mutator,Misra-C checker and when possible, a Misra-C implementer using the Clang frontend written mostly in C++ and some bash.<br/> <br/> |