diff options
author | Cristian Cadar <c.cadar@imperial.ac.uk> | 2020-07-31 15:44:38 +0100 |
---|---|---|
committer | MartinNowack <2443641+MartinNowack@users.noreply.github.com> | 2020-08-14 11:29:56 +0100 |
commit | a86d95595d2c87ad794bba77aac0214d1f43ddfc (patch) | |
tree | b0373f82e2043bf333029c17c8726dad4aa93e26 /README.md | |
parent | f20d52a3b4bef1de7b9b15b793918d9437ba27b4 (diff) | |
download | klee-a86d95595d2c87ad794bba77aac0214d1f43ddfc.tar.gz |
Updated README.md links from travis-ci.org to travis-ci.com
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 5feab3ee..306e95fe 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ KLEE Symbolic Virtual Machine ============================= -[![Build Status](https://travis-ci.org/klee/klee.svg?branch=master)](https://travis-ci.org/klee/klee) +[![Build Status](https://travis-ci.com/klee/klee.svg?branch=master)](https://travis-ci.com/klee/klee) [![Coverage](https://codecov.io/gh/klee/klee/branch/master/graph/badge.svg)](https://codecov.io/gh/klee/klee) `KLEE` is a symbolic virtual machine built on top of the LLVM compiler |