File tree Expand file tree Collapse file tree 2 files changed +9
-19
lines changed Expand file tree Collapse file tree 2 files changed +9
-19
lines changed Original file line number Diff line number Diff line change 11---
22.travis.yml :
3- unmanaged : true
3+ script : " \" bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--color --format documentation' \" "
44Rakefile :
55 unmanaged : true
66Gemfile :
Original file line number Diff line number Diff line change 22language : ruby
33bundler_args : --without development
44script : " bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--color --format documentation'"
5- rvm :
6- - 1.8.7
7- - 1.9.3
8- - 2.0.0
9- - ruby-head
10- env :
11- - PUPPET_GEM_VERSION=">= 3.0.0"
125matrix :
136 fast_finish : true
14- allow_failures :
15- - rvm : 2.0.0
16- - rvm : ruby-head
177 include :
18- - rvm : 1.8.7
19- env : PUPPET_GEM_VERSION="~> 2.7"
8+ - rvm : 1.8.7
9+ env : PUPPET_GEM_VERSION="~> 2.7.0" FACTER_GEM_VERSION="~> 1.6.0"
10+ - rvm : 1.8.7
11+ env : PUPPET_GEM_VERSION="~> 2.7.0" FACTER_GEM_VERSION="~> 1.7.0"
12+ - rvm : 1.9.3
13+ env : PUPPET_GEM_VERSION="~> 3.0"
14+ - rvm : 2.0.0
15+ env : PUPPET_GEM_VERSION="~> 3.0"
2016notifications :
2117 email : false
22- webhooks :
23- urls :
24- - https://puppet-dev-community.herokuapp.com/event/travis-ci/
25- on_success : always
26- on_failure : always
27- on_start : yes
You can’t perform that action at this time.
0 commit comments