summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2020-06-14 09:13:39 +0200
committerAkim Demaille <akim.demaille@gmail.com>2020-06-16 07:58:40 +0200
commite077bf1ebcdcd91de5de8944be3bf3c35a00b1fe (patch)
treec9df150870832a74bea539cca23c7de61ef54889 /.travis.yml
parentc35e829a762ef62b83a7843507ffbae847353a08 (diff)
downloadbison-e077bf1ebcdcd91de5de8944be3bf3c35a00b1fe.tar.gz
cex: don't assume the terminal supports "•"
Use of print_unicode_char suggested by Bruno Haible. https://lists.gnu.org/r/bug-gettext/2020-06/msg00012.html * src/gram.h (print_dot_fallback, print_dot): New. * src/gram.c, src/derivation.c: Use it. * tests/counterexample.at, tests/report.at: Adjust the test suite. * .travis.yml, README-hacking.md: Adjust.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index aa2b0e69..4626a5b6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,12 +29,13 @@ jobs:
clone: true
dist: bionic
script:
- - sudo apt-get install -qq autoconf automake autopoint flex gettext graphviz help2man m4 texinfo
+ - sudo apt-get install -qq autoconf automake autopoint flex gettext gperf graphviz help2man m4 texinfo
- autoconf --version
- automake --version
- autopoint --version
- dot -V
- gettext --version
+ - gperf --version
- help2man --version
- makeinfo --version
- m4 --version