mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 10:08:40 -05:00
(QENG-2246) Add Travis CI
This commit adds a Rakefile, Gemfile, and Travis CI config file. The Rakefile contains two tasks: test and junit. Both targets execute the spec tests, with the difference being how the results are presented. The Gemfile defines dependencies and a test group. To install just the gems needed for running the application, execute: * `bundle install --without test` The new .travis.yml file is for Travis CI and targets the major ruby versions.
This commit is contained in:
parent
9e092fd148
commit
e57ee075f2
3 changed files with 35 additions and 0 deletions
7
.travis.yml
Normal file
7
.travis.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
language: ruby
|
||||
rvm:
|
||||
- 1.9.3
|
||||
- 2.1.1
|
||||
- 2.2.1
|
||||
- 2.2.2
|
||||
- jruby-1.7.8
|
||||
Loading…
Add table
Add a link
Reference in a new issue