Skip to content

Commit dfe0bf4

Browse files
authored
Merge pull request #686 from HelenCampbell/whatever
Addition of 4.6 and 4.7 travis cells
2 parents 4889eaa + a7a947c commit dfe0bf4

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.sync.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,12 @@
77

88
spec/spec_helper.rb:
99
allow_deprecations: true
10+
11+
.travis.yml:
12+
extras:
13+
  - rvm: 2.1.9
14+
    env: PUPPET_GEM_VERSION="~> 4.6.0"
15+
    bundler_args: --without system_tests
16+
  - rvm: 2.1.9
17+
    env: PUPPET_GEM_VERSION="~> 4.7.0"
18+
    bundler_args: --without system_tests

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,11 @@ matrix:
3434
- rvm: 1.9.3
3535
bundler_args: --without system_tests
3636
env: PUPPET_GEM_VERSION="~> 3.0"
37+
- rvm: 2.1.9
38+
bundler_args: --without system_tests
39+
env: PUPPET_GEM_VERSION="~> 4.6.0"
40+
- rvm: 2.1.9
41+
bundler_args: --without system_tests
42+
env: PUPPET_GEM_VERSION="~> 4.7.0"
3743
notifications:
3844
email: false

0 commit comments

Comments
 (0)