diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2011-10-03 15:28:23 -0700 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2011-10-03 15:28:23 -0700 |
commit | 58a98ddbda9f247d257d5e88771918284a371ee1 (patch) | |
tree | f1d95cfb624962ca4694767fff7ec4a1f30b1aeb | |
parent | 44d3cd7bae5125f9cfc115e21f7597ed1f3f5a8b (diff) | |
download | psych-58a98ddbda9f247d257d5e88771918284a371ee1.zip |
updating travis yaml
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 30ce23f..3169563 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,8 @@ rvm: - 1.9.2 - 1.9.3 -script: gem install isolate hoe; rake test +before_script: + - gem install isolate + - gem install hoe + - gem install hoe-isolate +script: rake test |