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

Adds support for continuous integration #51

Merged
merged 6 commits into from
Mar 4, 2016
Merged

Adds support for continuous integration #51

merged 6 commits into from
Mar 4, 2016

Conversation

blackjid
Copy link
Member

@blackjid blackjid commented Mar 3, 2016

It adds

  • docker configuration to run continuous integration
  • circleci config
  • improve testing helpers to enable project creation with different options

@@ -9,10 +9,11 @@ def create_tmp_directory
FileUtils.mkdir_p(tmp_path)
end

def create_dummy_project
def create_dummy_project(arguments={})
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Surrounding space missing in default value assignment.

@blackjid
Copy link
Member Author

blackjid commented Mar 3, 2016

waiting for #50 to be solved. I want to merge this with green flag!

@blackjid blackjid force-pushed the ci branch 2 times, most recently from d8e1aea to 41f41fb Compare March 3, 2016 18:55
blackjid added a commit that referenced this pull request Mar 4, 2016
Adds support for continuous integration
@blackjid blackjid merged commit 149367c into master Mar 4, 2016
@blackjid blackjid deleted the ci branch March 6, 2016 01:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants