diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2011-10-03 15:31:51 -0700 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2011-10-03 15:31:51 -0700 |
commit | e7d236cf42be4c88ffb4f0fbc8c5a731972c47f7 (patch) | |
tree | 11773ae6e195abfedb4fab06a724e4c50376b128 | |
parent | f0a26f59520078cdcc93779789c11633e3851b84 (diff) | |
download | psych-e7d236cf42be4c88ffb4f0fbc8c5a731972c47f7.zip |
also need rake compiler
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 1617bda..713d52a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,5 @@ rvm: before_script: - gem install isolate - gem install hoe + - gem install rake-compiler script: rake isolate test |