Skip to content
This repository has been archived by the owner on Nov 28, 2018. It is now read-only.

MCOP-181 Add travis build icon to verify travis is working #1

Merged
merged 3 commits into from
Jul 9, 2014
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update the test matrix for supported rubies
Drop 1.8.7 from the test matrix as we don't support it. Add 2.0.0.
  • Loading branch information
richardc committed Jul 9, 2014
commit a12bceb43d7478d6118f9574e7aca77244b26dc3
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ language: ruby
bundler_args: --without development
script: "bundle exec rake test SPEC_OPTS='--format documentation'"
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
env:
matrix:
- MCOLLECTIVE_GEM_VERSION ="~> 2.2.0"
Expand Down