Skip to content

Commit

Permalink
Account for rake version 10 testing. Closes #70.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikong committed Dec 19, 2012
1 parent 90a7848 commit 011a44e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ rvm:
env:
- "rake=0.8"
- "rake=0.9"
- "rake=10"
script: "bundle exec rspec"
notifications:
email: false
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ To test out stuff in development:
# Run specs
$ rspec
$ rspec -t ssh # Run SSH tests (read test_env/config/deploy.rb first)
$ rake=10 rspec
$ rake=0.9 rspec
$ rake=0.8 rspec

Expand Down

0 comments on commit 011a44e

Please sign in to comment.