1
0
mirror of https://github.com/albfan/bash-ini-parser.git synced 2025-08-09 05:22:44 +03:00

add continuous integration

This commit is contained in:
albfan
2015-05-17 10:53:20 +02:00
parent 38a73044cf
commit a5e1dd880d
2 changed files with 18 additions and 1 deletions

17
.travis.yml Normal file
View File

@@ -0,0 +1,17 @@
language: c
compiler:
- gcc
before_install:
script: cd t && make
## whitelist
branches:
only:
- master
notifications:
email:
- albertofanjul@gmail.com

View File

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