Skip to content

Commit

Permalink
Will run coverage only for Ruby 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evolve75 committed Jan 4, 2014
1 parent b71004d commit 7173471
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Expand Up @@ -9,9 +9,6 @@ before_install:
bundler_args: --without development
cache: bundler

env:
- COVERAGE=true

script: "bundle exec rake test:coverage"

rvm:
Expand All @@ -31,6 +28,8 @@ matrix:
include:
- rvm: rbx
gemfile: gemfiles/Gemfile.rbx
- rvm: 2.1.0
env: COVERAGE=true
exclude:
- rvm: rbx
gemfile: Gemfile
Expand Down

0 comments on commit 7173471

Please sign in to comment.