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

Add a travis.yml #12

Merged
merged 4 commits into from
Aug 26, 2017
Merged

Add a travis.yml #12

merged 4 commits into from
Aug 26, 2017

Conversation

orta
Copy link
Member

@orta orta commented Aug 26, 2017

Adds support for running the whole thing via CI. Here's the Dangerfile.swift

import Danger

print("Evaluating Dangerfile")

let danger = Danger()

print("Modified:")
for file in danger.git.modifiedFiles {
    print(" - " + file)
}

warn("Warning: bad stuff")
fail("Failure: bad stuff happened")
markdown("## Markdown for GitHub")

@DangerCI
Copy link

DangerCI commented Aug 26, 2017

Messages
📖

Just verifying this continues to work.

Generated by 🚫 dangerJS

@orta orta merged commit 3043dd7 into master Aug 26, 2017
@orta orta deleted the ci_2 branch August 26, 2017 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants