From a5e1dd880d8f9fc42d81d3940d11e6c94748df53 Mon Sep 17 00:00:00 2001 From: albfan Date: Sun, 17 May 2015 10:53:20 +0200 Subject: [PATCH] add continuous integration --- .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..70dd418 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,17 @@ +language: c + +compiler: + - gcc + +before_install: + +script: cd t && make + +## whitelist +branches: + only: + - master + +notifications: + email: + - albertofanjul@gmail.com diff --git a/README.md b/README.md index 9bc5fe6..9b9d908 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## bash-ini-parser +## bash-ini-parser [![Build Status](https://travis-ci.org/albfan/bash-ini-parser.svg?branch=master)](https://travis-ci.org/albfan/bash-ini-parser) A ini file parser for bash relying only on builtins