Updated travis & removed Gemfile.lock
This commit is contained in:
parent
d85effdf41
commit
7671acbcf6
27
.travis.yml
27
.travis.yml
@ -1,12 +1,19 @@
|
|||||||
|
---
|
||||||
language: ruby
|
language: ruby
|
||||||
rvm:
|
sudo: false
|
||||||
- 2.0.0
|
bundler_args: --without development system_tests
|
||||||
- 2.1.0
|
before_install: rm Gemfile.lock || true
|
||||||
|
script: bundle exec rake test
|
||||||
env:
|
env:
|
||||||
- PUPPET_VERSION=4.0.0
|
- PUPPET_GEM_VERSION="~> 4.0.0"
|
||||||
- PUPPET_VERSION=4.5.0
|
- PUPPET_GEM_VERSION="~> 4.5.0"
|
||||||
gemfile: Gemfile.travis
|
- PUPPET_GEM_VERSION="~> 4.9.0"
|
||||||
before_install: 'cp Gemfile Gemfile.travis'
|
rvm:
|
||||||
notifications:
|
- 2.2
|
||||||
email:
|
matrix:
|
||||||
- 'inkblot@movealong.org'
|
exclude:
|
||||||
|
- rvm: 2.2
|
||||||
|
env: PUPPET_GEM_VERSION="~> 3.7.0"
|
||||||
|
- rvm: 2.2
|
||||||
|
env: PUPPET_GEM_VERSION="~> 3.8.0"
|
||||||
|
fast_finish: false
|
||||||
|
|||||||
57
Gemfile.lock
57
Gemfile.lock
@ -1,57 +0,0 @@
|
|||||||
GEM
|
|
||||||
remote: https://rubygems.org/
|
|
||||||
specs:
|
|
||||||
CFPropertyList (2.2.8)
|
|
||||||
diff-lcs (1.2.5)
|
|
||||||
facter (2.4.6)
|
|
||||||
CFPropertyList (~> 2.2.6)
|
|
||||||
hiera (3.2.1)
|
|
||||||
json_pure (2.0.2)
|
|
||||||
metaclass (0.0.4)
|
|
||||||
metadata-json-lint (0.0.2)
|
|
||||||
mocha (1.1.0)
|
|
||||||
metaclass (~> 0.0.1)
|
|
||||||
puppet (4.5.3)
|
|
||||||
CFPropertyList (~> 2.2.6)
|
|
||||||
facter (> 2.0, < 4)
|
|
||||||
hiera (>= 2.0, < 4)
|
|
||||||
json_pure
|
|
||||||
puppet-lint (1.1.0)
|
|
||||||
puppet-syntax (1.3.0)
|
|
||||||
rake
|
|
||||||
puppetlabs_spec_helper (0.8.2)
|
|
||||||
mocha
|
|
||||||
puppet-lint
|
|
||||||
puppet-syntax
|
|
||||||
rake
|
|
||||||
rspec
|
|
||||||
rspec-puppet
|
|
||||||
rake (10.4.2)
|
|
||||||
rspec (3.1.0)
|
|
||||||
rspec-core (~> 3.1.0)
|
|
||||||
rspec-expectations (~> 3.1.0)
|
|
||||||
rspec-mocks (~> 3.1.0)
|
|
||||||
rspec-core (3.1.7)
|
|
||||||
rspec-support (~> 3.1.0)
|
|
||||||
rspec-expectations (3.1.2)
|
|
||||||
diff-lcs (>= 1.2.0, < 2.0)
|
|
||||||
rspec-support (~> 3.1.0)
|
|
||||||
rspec-mocks (3.1.3)
|
|
||||||
rspec-support (~> 3.1.0)
|
|
||||||
rspec-puppet (1.0.1)
|
|
||||||
rspec
|
|
||||||
rspec-support (3.1.2)
|
|
||||||
|
|
||||||
PLATFORMS
|
|
||||||
ruby
|
|
||||||
|
|
||||||
DEPENDENCIES
|
|
||||||
metadata-json-lint
|
|
||||||
puppet (~> 4.5.0)
|
|
||||||
puppet-lint
|
|
||||||
puppetlabs_spec_helper
|
|
||||||
rake
|
|
||||||
rspec-puppet
|
|
||||||
|
|
||||||
BUNDLED WITH
|
|
||||||
1.13.5
|
|
||||||
Loading…
Reference in New Issue
Block a user