Lets try to install Ragel on OS X

This commit is contained in:
Yorick Peterse 2015-09-17 13:25:36 +02:00
parent e37bbcbce6
commit 205feaf704
1 changed files with 7 additions and 0 deletions

View File

@ -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