Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(QENG-2246) Add Travis CI #111

Merged
merged 1 commit into from
Jul 6, 2015
Merged

Conversation

colinPL
Copy link
Contributor

@colinPL colinPL commented Jul 6, 2015

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 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.
@sschneid
Copy link
Contributor

sschneid commented Jul 6, 2015

👍 looks good to me!

sschneid added a commit that referenced this pull request Jul 6, 2015
@sschneid sschneid merged commit 1d483b1 into puppetlabs:master Jul 6, 2015
@colinPL colinPL deleted the qeng_2246_travci branch July 6, 2015 20:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants