brianmario / fast_xs

excessively fast escaping
MIT License
28 stars 6 forks source link

Fix setup to run on Travis #3

Closed jc00ke closed 11 years ago

jc00ke commented 11 years ago

In support of rubinius/rubinius#2006 I wanted to get the tests working.

Adding the Gemfile was the easiest way to install the deps.

Once I added the run_tests script I could get the tests to run on Travis. At least they fail now from tests and not from a LoadError when trying to require 'hoe'.

brianmario commented 11 years ago

rad, thanks! I'll look into these broken tests too...

jc00ke commented 11 years ago

Sweet, thanks for the quick pull!