-
Jean-Noël Avila authored
* when calling from withing git's Documentation dir, using bundler might not be desired. * encapsulating recursive Makefile calls inside bundler breaks the job server of GNU make and generates a warning.
Jean-Noël Avila authored* when calling from withing git's Documentation dir, using bundler might not be desired. * encapsulating recursive Makefile calls inside bundler breaks the job server of GNU make and generates a warning.
.travis.yml 247 B
language: ruby
sudo: false
cache: bundler
before_install:
- sh ci/install_po4a.sh
script:
- bundle exec make all
addons:
apt:
packages:
- libunicode-linebreak-perl
notifications:
email:
on_success: never
on_failure: always