Skip to content

Commit

Permalink
Update CI tools
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed Jun 12, 2013
1 parent d616c9f commit 893de23
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 13 deletions.
16 changes: 15 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,16 @@
Gemfile.lock
.vagrant
*.swp
*.swo

.bundle
vendor/

pkg/

Gemfile.lock

.rbenv*
.rvmrc*
.ruby-version

spec/fixtures/
31 changes: 20 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,24 @@
language: ruby
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
env:
- PUPPET_VERSION="2.6"
- PUPPET_VERSION="2.7"
- PUPPET_VERSION="3"

script: 'rake spec'

branches:
only:
- master
- develop
- PUPPET_VERSION=2.6.0
- PUPPET_VERSION=2.7.0
- PUPPET_VERSION=3.0.0
- PUPPET_VERSION=3.1.0
- PUPPET_VERSION=3.2.0
matrix:
exclude:
# No support for Ruby 1.9 before Puppet 2.7
- rvm: 1.9.3
env: PUPPET_VERSION=2.6.0
# No support VERSIONfor Ruby 2.0 before Puppet 3.2
- rvm: 2.0.0
env: PUPPET_VERSION=2.6.0
- rvm: 2.0.0
env: PUPPET_VERSION=2.7.0
- rvm: 2.0.0
env: PUPPET_VERSION=3.0.0
- rvm: 2.0.0
env: PUPPET_VERSION=3.1.0
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source :rubygems
source "https://rubygems.org"

gem 'rake'
gem 'rspec'
Expand Down

0 comments on commit 893de23

Please sign in to comment.