Configure travis-ci testing

Tests should be viewable at https://travis-ci.org/TheLocehiliosan/yadm
This commit is contained in:
Tim Byrne 2016-03-24 23:06:19 -05:00
parent f48dea6879
commit 1f2bd1f57b
2 changed files with 18 additions and 1 deletions

17
.travis.yml Normal file
View File

@ -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

View File

@ -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`.