xaizek / pinfo (License: GPLv2 only) (since 2018-12-07)
Console-based info and manual pages reader, which adds interactive navigation to man pages.
Commit 3f24ec2e2a0fab92ac01cf7efb30499ac1e5a6c2

add travis config
Author: Bas Zoetekouw
Author date (UTC): 2019-02-01 14:28
Committer name: Bas Zoetekouw
Committer date (UTC): 2019-02-01 14:28
Parent(s): 485fcdf776091eec283f837cc313b99698f954f9
Signing key:
Tree: 53b9a27122c4e26ab01e7c9ae9f70d8bdb7aaad5
File Lines added Lines deleted
.travis.yml 16 0
File .travis.yml added (mode: 100644) (index 0000000..9bab1b5)
1 ---
2 language: c
3 dist: xenial
4
5 addons:
6 apt:
7 packages: [gettext, libreadline-dev, libncursesw5-dev, texinfo, install-info, autotools-dev]
8
9 compile:
10 - clang
11 - gcc
12
13 script:
14 - ./autogen.sh
15 - ./configure
16 - make
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/pinfo

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/pinfo

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master