From 1f2bd1f57b9b28f03d6f28c789b98a583dd1d434 Mon Sep 17 00:00:00 2001 From: Tim Byrne Date: Thu, 24 Mar 2016 23:06:19 -0500 Subject: [PATCH] Configure travis-ci testing Tests should be viewable at https://travis-ci.org/TheLocehiliosan/yadm --- .travis.yml | 17 +++++++++++++++++ README.md | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 .travis.yml 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`.