about summary refs log tree commit diff homepage
path: root/README.md
diff options
context:
space:
mode:
authorCristian Cadar <c.cadar@imperial.ac.uk>2020-07-31 15:44:38 +0100
committerMartinNowack <2443641+MartinNowack@users.noreply.github.com>2020-08-14 11:29:56 +0100
commita86d95595d2c87ad794bba77aac0214d1f43ddfc (patch)
treeb0373f82e2043bf333029c17c8726dad4aa93e26 /README.md
parentf20d52a3b4bef1de7b9b15b793918d9437ba27b4 (diff)
downloadklee-a86d95595d2c87ad794bba77aac0214d1f43ddfc.tar.gz
Updated README.md links from travis-ci.org to travis-ci.com
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
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