Skip to content

Commit a4b3084

Browse files
committed
Merge pull request puppetlabs#295 from cmurphy/master
Synchronize .travis.yml
2 parents 924d6b8 + 4f8f708 commit a4b3084

File tree

2 files changed

+9
-19
lines changed

2 files changed

+9
-19
lines changed

.sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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'\""
44
Rakefile:
55
unmanaged: true
66
Gemfile:

.travis.yml

Lines changed: 8 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,16 @@
22
language: ruby
33
bundler_args: --without development
44
script: "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"
125
matrix:
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"
2016
notifications:
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

0 commit comments

Comments
 (0)