Merge pull request #170 from bodepd/update_test_scripts
update spec test script
This commit is contained in:
@@ -14,7 +14,6 @@ fixtures:
|
|||||||
"stdlib": "git://github.com/puppetlabs/puppetlabs-stdlib.git"
|
"stdlib": "git://github.com/puppetlabs/puppetlabs-stdlib.git"
|
||||||
"sysctl": "git://github.com/duritong/puppet-sysctl.git"
|
"sysctl": "git://github.com/duritong/puppet-sysctl.git"
|
||||||
'inifile': 'git://github.com/cprice-puppet/puppetlabs-inifile'
|
'inifile': 'git://github.com/cprice-puppet/puppetlabs-inifile'
|
||||||
"create_resources": 'git://github.com/puppetlabs/puppetlabs-create_resources'
|
|
||||||
'vswitch': 'git://github.com/ekarlso/puppet-vswitch'
|
'vswitch': 'git://github.com/ekarlso/puppet-vswitch'
|
||||||
symlinks:
|
symlinks:
|
||||||
"openstack": "#{source_dir}"
|
"openstack": "#{source_dir}"
|
||||||
|
5
.gemfile
5
.gemfile
@@ -1,5 +0,0 @@
|
|||||||
source :rubygems
|
|
||||||
|
|
||||||
puppetversion = ENV.key?('PUPPET_VERSION') ? "= #{ENV['PUPPET_VERSION']}" : ['>= 2.7']
|
|
||||||
gem 'puppet', puppetversion
|
|
||||||
gem 'puppetlabs_spec_helper', '>= 0.1.0'
|
|
25
.travis.yml
25
.travis.yml
@@ -1,18 +1,23 @@
|
|||||||
language: ruby
|
script: "bundle exec rake spec SPEC_OPTS='--format documentation'"
|
||||||
rvm:
|
|
||||||
- 1.8.7
|
|
||||||
before_script:
|
|
||||||
after_script:
|
|
||||||
script: "rake spec"
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
- folsom
|
- folsom
|
||||||
- essex
|
- essex
|
||||||
|
rvm:
|
||||||
|
- 1.8.7
|
||||||
|
- 1.9.3
|
||||||
|
- ruby-head
|
||||||
env:
|
env:
|
||||||
- PUPPET_VERSION=2.7.13
|
- PUPPET_GEM_VERSION="~> 2.7"
|
||||||
- PUPPET_VERSION=2.7.6
|
- PUPPET_GEM_VERSION="~> 3.0"
|
||||||
- PUPPET_VERSION=2.6.17
|
matrix:
|
||||||
|
allow_failures:
|
||||||
|
- rvm: ruby-head
|
||||||
|
exclude:
|
||||||
|
- rvm: 1.9.3
|
||||||
|
env: PUPPET_GEM_VERSION="~> 2.7"
|
||||||
|
- rvm: ruby-head
|
||||||
|
env: PUPPET_GEM_VERSION="~> 2.7"
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
gemfile: .gemfile
|
|
||||||
|
Reference in New Issue
Block a user