Skip to content

Commit

Permalink
Merge branch 'travis_ci'
Browse files Browse the repository at this point in the history
* travis_ci:
  (maint) Enable travis-ci support.
  • Loading branch information
kbarber committed Jun 9, 2012
2 parents fe955af + d129879 commit 720692d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
@@ -0,0 +1,11 @@
---
language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
script: rake spec
notifications:
email: false
gemfile:
- gemfiles/gemfile.ci
14 changes: 14 additions & 0 deletions gemfiles/gemfile.ci
@@ -0,0 +1,14 @@
source 'http://rubygems.org'

# These are the base gems that facter requires for CI testing. This is a
# duplicate of what the Puppetlabs Jenkins environment was running at the
# time this file was created.
gem 'rspec', '2.9.0'
gem 'rspec-core', '2.9.0'
gem 'rspec-expectations', '2.9.0'
gem 'rspec-mocks', '2.9.0'
gem 'rake', '0.8.7'
gem 'mocha', '0.10.5'
gem 'diff-lcs', '1.1.3'
gem 'puppet', '2.7.6'
gem 'facter', '1.6.3'

0 comments on commit 720692d

Please sign in to comment.