Skip to content

Commit 341a5fc

Browse files
committed
Fix osx travis build
1 parent dd4cec6 commit 341a5fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,10 @@ jobs:
103103
before_install:
104104
- uname -s
105105
- brew update
106-
- brew install flex
107-
- brew install bison
106+
- brew install flex bison
108107
- rvm install ruby-1.9.3-p551
109108
- rvm use 1.9.3
109+
- gem install bundler
110110
- rm src/{lexer,parser}.{c,h}
111111
- sed -i.bak '/^AM_INIT_AUTOMAKE(\[-Wno-portability 1\.14\])$/s/14/11/' modules/oniguruma/configure.ac
112112

0 commit comments

Comments
 (0)