Install Ragel on Travis CI.
This commit is contained in:
parent
8d4d3999b5
commit
091e32c17a
|
@ -1,6 +1,10 @@
|
||||||
---
|
---
|
||||||
script: bundle exec rake
|
script: bundle exec rake
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- sudo apt-get update -qq
|
||||||
|
- sudo apt-get install -qq ragel
|
||||||
|
|
||||||
rvm:
|
rvm:
|
||||||
- 1.9.3
|
- 1.9.3
|
||||||
- 2.0.0
|
- 2.0.0
|
||||||
|
|
Loading…
Reference in New Issue