Skip to content

Commit b18525a

Browse files
committed
updated for travis-ci.com
1 parent 3a6380c commit b18525a

File tree

8 files changed

+4
-4
lines changed

8 files changed

+4
-4
lines changed

.gitignore

100644100755
File mode changed.

.travis.yml

100644100755
File mode changed.

LICENSE.txt

100644100755
File mode changed.

README.md

100644100755
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Build Status](https://travis-ci.org/deftio/travis-ci-cpp-example.svg?branch=master)](https://travis-ci.org/deftio/travis-ci-cpp-example)
1+
[![Build Status](https://travis-ci.com/deftio/travis-ci-cpp-example.svg?branch=master)](https://travis-ci.com/deftio/travis-ci-cpp-example)
22
[![Coverage Status](https://coveralls.io/repos/github/deftio/travis-ci-cpp-example/badge.svg?branch=master)](https://coveralls.io/github/deftio/travis-ci-cpp-example?branch=master)
33
[![License](https://img.shields.io/badge/License-BSD%202--Clause-blue.svg)](https://opensource.org/licenses/BSD-2-Clause)
44

@@ -11,8 +11,8 @@ This repo covers setting up a basic testing suite with github badges for a C/C++
1111
I just wanted to make a small standalone test project to see tools and workflow for C language testing.
1212

1313

14-
copyright (C) <2016> <M. A. Chatterjee> <deftio [at] deftio [dot] com>
15-
version 1.0 M. A. Chatterjee
14+
copyright (C) <2016 and onward> <M. A. Chatterjee> <deftio [at] deftio [dot] com>
15+
version 1.0.1 (updated for travis-ci.com transition) M. A. Chatterjee
1616

1717

1818

lib.c

100644100755
File mode changed.

lib.h

100644100755
File mode changed.

makefile

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# make file for dioci posix tests (simple interpreter for embedded systems)
1+
# makefile for posix tests (simple test lib coverage for embedded systems)
22
# @author M A Chatterjee <deftio [at] deftio [dot] com>
33

44
# test coverage is achieved usding gcov (part of gcc suite)

test-library.c

100644100755
File mode changed.

0 commit comments

Comments
 (0)