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

Use rvm to install ruby 1.9.3

This commit is contained in:
Andrew Speed
2017-10-31 21:23:01 +00:00
committed by William Langford
parent 98b36e74b8
commit 239278fd3a

View File

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