diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..01e485a --- /dev/null +++ b/.travis.yml @@ -0,0 +1,17 @@ +--- +language: bash +# addons: +# apt: +# sources: +# - debian-sid +# packages: +# - shellcheck +before_install: + - sudo add-apt-repository ppa:duggan/bats --yes + - sudo apt-get update -qq + - sudo apt-get install -qq bats + - sudo apt-get install -qq gnupg + - sudo apt-get install -qq expect +script: + # - make test + - make bats diff --git a/README.md b/README.md index 787c48d..bb6865b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# yadm - Yet Another Dotfiles Manager +# yadm - Yet Another Dotfiles Manager [![Build Status](https://travis-ci.org/TheLocehiliosan/yadm.svg?branch=master)](https://travis-ci.org/TheLocehiliosan/yadm) _A house that does not have one warm, comfy chair in it is soulless._—May Sarton When you live in a command line, configurations are a deeply personal thing. They are often crafted over years of experience, battles lost, lessons learned, advice followed, and ingenuity rewarded. When you are away from your own configurations, you are an orphaned refugee in unfamiliar and hostile surroundings. You feel clumsy and out of sorts. You are filled with a sense of longing to be back in a place you know. A place you built. A place where all the short-cuts have been worn bare by your own travels. A place you proudly call... `$HOME`.