Skip to content

gipplab/bib

Repository files navigation

bib Build Status

This repo contains publications from ag-gipp. Biblography

Reformat the main bib file commit

Run

biber --tool --configfile=src/biber/reformat.xml gipp.bib

this will create a new file gipp_bibertool.bib compare the contents of both files and overwrite gipp.bib with gipp_bibertool.bib.

Automatic release configuration

See the travis manual to understand the release section of the travis config

For the interaction with GitHub independently from travis, we create a personal access token and make it available as environment variable

travis encrypt GITHUB_TOKEN=<paste PAT> --add