From e7caf68eddef665713907464529df8a71e7d1429 Mon Sep 17 00:00:00 2001 From: Nicolas Williams Date: Thu, 23 Feb 2017 00:33:08 -0600 Subject: Attempt to use builtin Oniguruma for CIs --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 922b165a..bcba4269 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,7 +47,7 @@ before_script: - which bison - bison --version - autoreconf -if - - ./configure YACC="$(which bison) -y" $COVERAGE + - ./configure --with-oniguruma=builtin YACC="$(which bison) -y" $COVERAGE script: # When using the bison from Debian we need to tell that bison where -- cgit v1.2.3