summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2019-10-21 08:38:03 +0200
committerAkim Demaille <akim.demaille@gmail.com>2019-10-21 08:38:03 +0200
commit8b87da8d12a0f073d4b8667ae1562ec7a438ce35 (patch)
tree7fac77bf21db79597ad0e9079443bbb6cce5e5a0 /.travis.yml
parent41b1f828ae39518d75948035c99ba053bc402752 (diff)
downloadbison-8b87da8d12a0f073d4b8667ae1562ec7a438ce35.tar.gz
bootstrap: relieve developpers from Gettext version mismatch issues
* .travis.yml (compile): Move the workaround from here... * bootstrap.conf (bootstrap_epilogue): to there.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 5d00e89c..674591cb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -50,9 +50,6 @@ jobs:
- git submodule update --init --recursive
- ./bootstrap
- # gnulib-po/Makefile.in.in is about Gettext 0.20, which is not available in bionic. So it will break here. Override it. Don't use autopoint, which sends some other files in the past.
- - cp po/Makefile.in.in gnulib-po
-
- ./configure --enable-gcc-warnings || { cat config.log && false; }
- make -j2
- make -j2 dist