diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..b77cecd --- /dev/null +++ b/.travis.yml @@ -0,0 +1,4 @@ +language: go + +go: + - 1.4 \ No newline at end of file diff --git a/README.md b/README.md index 25e1593..ea0a12e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# hostess +# hostess [![](https://travis-ci.org/cbednarski/hostess.svg)](https://travis-ci.org/cbednarski/hostess) An idempotent command-line utility for managing your `/etc/hosts` file.