Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(MODULES-4097) Sync travis.yml #193

Merged
merged 1 commit into from Jan 10, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 2 additions & 10 deletions .sync.yml
@@ -1,10 +1,4 @@
---
.travis.yml:
extras:
- rvm: 1.9.3
env: PUPPET_GEM_VERSION="3.7.0"
- rvm: 2.0.0
env: PUPPET_GEM_VERSION="3.7.0"
CONTRIBUTING.md:
unmanaged: true
Gemfile:
Expand All @@ -17,10 +11,8 @@ spec/spec_helper.rb:
unmanaged: true
appveyor.yml:
matrix_extras:
- PUPPET_GEM_VERSION: 3.7.0
RUBY_VER: 193
- PUPPET_GEM_VERSION: 3.7.0
RUBY_VER: 200-x64
- PUPPET_GEM_VERSION: 4.2.3
RUBY_VER: 21-x64
LICENSE:
license_type: 'puppetpe'
NOTICE:
Expand Down
24 changes: 10 additions & 14 deletions .travis.yml
@@ -1,24 +1,20 @@
#This file is generated by ModuleSync, do not edit.
---
sudo: false
language: ruby
bundler_args: --without system_tests
script: "bundle exec rake validate lint spec"
cache: bundler
script: "bundle exec rake release_checks"
#Inserting below due to the following issue: https://github.com/travis-ci/travis-ci/issues/3531#issuecomment-88311203
before_install:
- gem update bundler
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.5
env: PUPPET_GEM_VERSION="~> 4.0"
- rvm: 2.3.1
bundler_args: --without system_tests
env: PUPPET_GEM_VERSION="~> 4.0"
- rvm: 2.1.7
bundler_args: --without system_tests
env: PUPPET_GEM_VERSION="~> 4.0"
- rvm: 2.0.0
env: PUPPET_GEM_VERSION="~> 3.0" FUTURE_PARSER="yes"
- rvm: 1.9.3
env: PUPPET_GEM_VERSION="3.7.0"
- rvm: 2.0.0
env: PUPPET_GEM_VERSION="3.7.0"
notifications:
email: false
6 changes: 2 additions & 4 deletions appveyor.yml
Expand Up @@ -22,10 +22,8 @@ environment:
RUBY_VER: 23
- PUPPET_GEM_VERSION: ~> 4.0
RUBY_VER: 23-x64
- PUPPET_GEM_VERSION: 3.7.0
RUBY_VER: 193
- PUPPET_GEM_VERSION: 3.7.0
RUBY_VER: 200-x64
- PUPPET_GEM_VERSION: 4.2.3
RUBY_VER: 21-x64
matrix:
fast_finish: true
install:
Expand Down