Skip to content
This repository has been archived by the owner on Jul 17, 2019. It is now read-only.

Commit

Permalink
PE-1504: drop ruby 1.8.7 and add ruby 2.0.0 to the projects's travis-…
Browse files Browse the repository at this point in the history
…ci matrix

This patch updates the project's travis-ci matrix as stated in the title
to make the tests more useful. (As the tests didn't run with ruby 1.8.7
because the prerequisite nokogiri gem requires ruby version >= 1.9.2 and
ruby 2.0.0 was not covered at all.)
  • Loading branch information
mruzicka committed Sep 11, 2013
1 parent b172edc commit 2ae5532
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .travis.yml
Expand Up @@ -3,19 +3,13 @@ bundler_args: --without development
script: "bundle exec rake spec SPEC_OPTS='--format documentation'"
rvm:
- 1.9.3
- 1.8.7
- 2.0.0
- ruby-head
env:
- PUPPET_GEM_VERSION="~> 2.7"
- PUPPET_GEM_VERSION=">= 3.0.0"
matrix:
allow_failures:
- rvm: ruby-head
exclude:
- rvm: 1.9.3
env: PUPPET_GEM_VERSION="~> 2.7"
- rvm: ruby-head
env: PUPPET_GEM_VERSION="~> 2.7"
notifications:
email: false
webhooks:
Expand Down

0 comments on commit 2ae5532

Please sign in to comment.