Skip to content

Commit

Permalink
Updated URLs to Travis CI to be camel-cased so that they work
Browse files Browse the repository at this point in the history
  • Loading branch information
barneywilliams committed Jul 30, 2014
1 parent 3d6feff commit e0a5eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Ceedling - Build/test system for C based on Ruby/Rake
=====================================================

[![Ceedling Build Status](https://api.travis-ci.org/throwtheswitch/ceedling.png?branch=master)](https://travis-ci.org/throwtheswitch/ceedling)
[![Ceedling Build Status](https://api.travis-ci.org/ThrowTheSwitch/Ceedling.png?branch=master)](https://travis-ci.org/ThrowTheSwitch/Ceedling)

Ceedling is a build system for C projects that is something of an extension around Ruby’s Rake (make-ish) build system. Ceedling also makes TDD (Test-Driven Development) in C a breeze by integrating [CMock](https://github.com/throwtheswitch/cmock), [Unity](https://github.com/throwtheswitch/unity), and [CException](https://github.com/throwtheswitch/cexception) -- three other awesome open-source projects you can’t live without if you're creating awesomeness in the C language. Ceedling is also extensible with a handy plugin mechanism.

Expand Down

0 comments on commit e0a5eaa

Please sign in to comment.