Skip to content
This repository has been archived by the owner on Feb 11, 2023. It is now read-only.

Travis CI support #2

Merged
merged 2 commits into from
Jan 10, 2013
Merged

Travis CI support #2

merged 2 commits into from
Jan 10, 2013

Conversation

michaelmior
Copy link
Contributor

This allows for tests to run automatically on every push via Travis CI. Depends on #1.

If you haven't used Travis CI, a brief explanation follows.

Once merged into the main repository, you would have to create an account on the Travis CI website. After doing that and turning on builds for this repo, they will be run automatically on every push. You can also configure tests to run for every pull request.

You can also add a nice build status indicator with the following Markdown:

[![Build Status](https://travis-ci.org/craigbruce/django-oauth.png)](https://travis-ci.org/craigbruce/django-oauth)

craigbruce added a commit that referenced this pull request Jan 10, 2013
Travis CI support - This was on my todo list, cheers!
@craigbruce craigbruce merged commit d83ae7c into craigbruce:master Jan 10, 2013
@michaelmior
Copy link
Contributor Author

Just a note that there appears to be issues with the Travis build. The build status is showing up as unknown and the page on the site doesn't seem to load.

@craigbruce
Copy link
Owner

my mistake didn't make a travis-ci account. sorted now.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants