a3e84acd82
The Ruby 1.8.7 tests have been broken for ages, and it's unlikely anyone will do the work to restore support for the tests. Drop them from the suite to save Travis CI from doing work for nothing on every commit.
22 lines
520 B
YAML
22 lines
520 B
YAML
---
|
|
branches:
|
|
except:
|
|
- refactor
|
|
- gh-pages
|
|
sudo: false
|
|
language: ruby
|
|
script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'"
|
|
bundler_args: --without rake
|
|
matrix:
|
|
fast_finish: true
|
|
include:
|
|
- rvm: 1.9.3
|
|
env: PUPPET_GEM_VERSION="~> 3.0"
|
|
- rvm: 2.0.0
|
|
env: PUPPET_GEM_VERSION="~> 3.0"
|
|
- rvm: 2.1.0
|
|
env: PUPPET_GEM_VERSION="~> 3.0"
|
|
- rvm: 2.1.0
|
|
env: PUPPET_GEM_VERSION="~> 4.0"
|
|
notifications:
|
|
email: false
|