Navigation Menu

Skip to content
This repository has been archived by the owner on Jun 4, 2021. It is now read-only.

Commit

Permalink
Merge pull request #8 from glarizza/feature/master/travis_gemfile
Browse files Browse the repository at this point in the history
Add .gemfile for Travis CI
  • Loading branch information
jamtur01 committed May 26, 2012
2 parents 6f2fbb4 + 254fdf3 commit 708568f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .gemfile
@@ -0,0 +1,12 @@
source :rubygems

puppetversion = ENV.key?('PUPPET_VERSION') ? "= #{ENV['PUPPET_VERSION']}" : ['>= 2.7']

gem 'puppet', puppetversion

group :test do
gem 'rake', '>= 0.9.0'
gem 'rspec', '>= 2.8.0'
gem 'rspec-puppet', '>= 0.1.1'
gem 'mocha', '>= 0.11.0'
end
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -21,3 +21,4 @@ env:
- PUPPET_VERSION=2.6.9
notifications:
email: false
gemfile: .gemfile

0 comments on commit 708568f

Please sign in to comment.