summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorNicolas Williams <nico@cryptonector.com>2017-02-23 00:33:08 -0600
committerNicolas Williams <nico@cryptonector.com>2017-02-23 00:33:08 -0600
commite7caf68eddef665713907464529df8a71e7d1429 (patch)
tree56fd014a58390a236c3e19c611e6f2fbe49c8c21 /.travis.yml
parentc6374b6a1fce85687af3bffd3fa0f9541d174cb9 (diff)
Attempt to use builtin Oniguruma for CIs
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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