1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00

Fix osx travis build

This commit is contained in:
William Langford
2018-08-30 22:03:32 -04:00
parent dd4cec664c
commit 341a5fcab3

View File

@ -103,10 +103,10 @@ jobs:
before_install: before_install:
- uname -s - uname -s
- brew update - brew update
- brew install flex - brew install flex bison
- brew install bison
- rvm install ruby-1.9.3-p551 - rvm install ruby-1.9.3-p551
- rvm use 1.9.3 - rvm use 1.9.3
- gem install bundler
- rm src/{lexer,parser}.{c,h} - rm src/{lexer,parser}.{c,h}
- sed -i.bak '/^AM_INIT_AUTOMAKE(\[-Wno-portability 1\.14\])$/s/14/11/' modules/oniguruma/configure.ac - sed -i.bak '/^AM_INIT_AUTOMAKE(\[-Wno-portability 1\.14\])$/s/14/11/' modules/oniguruma/configure.ac