We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bee7ac2 commit 98bb5e7Copy full SHA for 98bb5e7
.travis.yml
@@ -1,5 +1,8 @@
1
language: bash
2
before_script:
3
+ - sudo apt-get install -qq bc
4
- bash -x ./test/before.sh
5
script:
6
- bash ./test/tests.sh
7
+notifications:
8
+ email: false
README.md
@@ -1,5 +1,7 @@
# rfc
+[](https://travis-ci.org/bfontaine/rfc)
+
`rfc` is a little tool written in bash to read [RFCs][ietf-rfc] from the
command-line. It fetches RFCs and drafts from the Web and caches them
locally.
0 commit comments