Skip to content

Commit

Permalink
Addition of 4.6 and 4.7 travis cells
Browse files Browse the repository at this point in the history
  • Loading branch information
Helen Campbell committed Nov 7, 2016
1 parent 4b15c97 commit a7a947c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,12 @@

spec/spec_helper.rb:
allow_deprecations: true

.travis.yml:
extras:
  - rvm: 2.1.9
    env: PUPPET_GEM_VERSION="~> 4.6.0"
    bundler_args: --without system_tests
  - rvm: 2.1.9
    env: PUPPET_GEM_VERSION="~> 4.7.0"
    bundler_args: --without system_tests
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,11 @@ matrix:
- rvm: 1.9.3
bundler_args: --without system_tests
env: PUPPET_GEM_VERSION="~> 3.0"
- rvm: 2.1.9
bundler_args: --without system_tests
env: PUPPET_GEM_VERSION="~> 4.6.0"
- rvm: 2.1.9
bundler_args: --without system_tests
env: PUPPET_GEM_VERSION="~> 4.7.0"
notifications:
email: false

0 comments on commit a7a947c

Please sign in to comment.