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

Naively configure travis-ci . #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

apetro
Copy link
Member

@apetro apetro commented Feb 4, 2017

  • Add simplest possible Travis-CI configuration for a Java project ( .travis.yml )
  • Add build status badge to README.md

in order to stave off potential future regressions that might break the build or fail a unit test.

Travis will only actually run, and the README badge become interesting, when a project admin turns on Travis-CI for this repository. Until then, the configuration and badge are harmless no-ops.

Demonstrated working on my fork of the repository, where I have turned Travis-CI on.

Travis will only actually run, and the README badge become interesting,
when 1) merged to master and 2) a project admin turns on Travis-CI for
this repository. Until then, the configuration and badge are harmless.
Copy link
Member

@ChristianMurphy ChristianMurphy left a comment

Choose a reason for hiding this comment

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

LGTM, Thanks @apetro!

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