1
0
mirror of https://github.com/albfan/bash-ini-parser.git synced 2025-04-27 02:48:51 +03:00
bash-ini-parser/.travis.yml
2018-05-26 12:05:12 +02:00

22 lines
223 B
YAML

language: c
compiler:
- gcc
env:
- verbose=t
before_install:
script: cd t && make
script:
- ./autogen.sh
- cd t
- make check
- cat test-suite.log
notifications:
email:
- albertofanjul@gmail.com