Skip to content

Commit 98bb5e7

Browse files
committed
end of travis setup
1 parent bee7ac2 commit 98bb5e7

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
language: bash
22
before_script:
3+
- sudo apt-get install -qq bc
34
- bash -x ./test/before.sh
45
script:
56
- bash ./test/tests.sh
7+
notifications:
8+
email: false

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# rfc
22

3+
[![Build Status](https://travis-ci.org/bfontaine/rfc.png?branch=master)](https://travis-ci.org/bfontaine/rfc)
4+
35
`rfc` is a little tool written in bash to read [RFCs][ietf-rfc] from the
46
command-line. It fetches RFCs and drafts from the Web and caches them
57
locally.

0 commit comments

Comments
 (0)