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