Lets try to install Ragel on OS X
This commit is contained in:
parent
e37bbcbce6
commit
205feaf704
|
@ -10,6 +10,13 @@ addons:
|
|||
packages:
|
||||
- ragel
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- env: TRAVIS_OS_NAME=osx
|
||||
install:
|
||||
- brew update
|
||||
- brew install ragel
|
||||
|
||||
install:
|
||||
- bundle install --retry=3
|
||||
|
||||
|
|
Loading…
Reference in New Issue