-
Notifications
You must be signed in to change notification settings - Fork 130
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
Travis CI regression test support #603
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Ensure the naming is consistent with what we agreed upon on the mailing list.
…ing on this file to know what version it is running
Conflicts: README.md VERSION bin/mh
Cbus update to support current CGate
Conflicts: README.md docs/download.pod
Merge Master into Stable
Fix Release Date
Wikispace is no longer active.
Allows the control of WGL rain8Net serial sprinkler control modules. Adds HTML message support and device parameters on API call for Pushover
Revert "Allows the control of WGL rain8Net serial sprinkler control modules" as it was created against stable...
Ia7 v1.2.301
This commit add a basic one-minute test that will automatically exit when the minute expires. The goal is to test Travis integration for automatic verification of pull requests.
Forget it, I started from the stable branch. I'll recreate this pull request from the correct branch... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request adds the required files to run a basic regression test on the MisterHouse code using Travis.
All control is in the
.travis.yml
file in the root of the repository.Every time somebody commits code, a new build is triggered on Travis.
The test code that is executed is:
With the current code that is present in that folder, MisterHouse is started, runs for one minute and then exits.
Results are here: https://travis-ci.org/hollie/misterhouse/builds
Rationale:
Note:
code/test/
folder. E.g. performing a basic check if the web interface is up, adding specific test code for modules, ...So: this is a start, I hope we can expand it to cover larger parts of the MisterHouse code.