You've already forked bash-ini-parser
mirror of
https://github.com/albfan/bash-ini-parser.git
synced 2025-08-12 03:42:42 +03:00
add continuous integration
This commit is contained in:
17
.travis.yml
Normal file
17
.travis.yml
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
language: c
|
||||||
|
|
||||||
|
compiler:
|
||||||
|
- gcc
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
|
||||||
|
script: cd t && make
|
||||||
|
|
||||||
|
## whitelist
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
|
||||||
|
notifications:
|
||||||
|
email:
|
||||||
|
- albertofanjul@gmail.com
|
@@ -1,4 +1,4 @@
|
|||||||
## bash-ini-parser
|
## bash-ini-parser [](https://travis-ci.org/albfan/bash-ini-parser)
|
||||||
|
|
||||||
A ini file parser for bash relying only on builtins
|
A ini file parser for bash relying only on builtins
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user