Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add continuous integration testing with travis #55

Closed
4-20ma opened this issue Sep 10, 2016 · 1 comment
Closed

Add continuous integration testing with travis #55

4-20ma opened this issue Sep 10, 2016 · 1 comment

Comments

@4-20ma
Copy link
Owner

4-20ma commented Sep 10, 2016

ModbusMaster version

0.11.0

Arduino IDE version

1.6

Arduino Hardware

all

Platform Details

any


Feature Request

Narrative:

As a project owner
I want all changes to compile without error
So that end users have a working library

Acceptance Criteria:

Scenario 1: Build is successful
Given a user submits a pull request
When it compiles without error on the automated ci tool
Then it is flagged as passing the build test

Scenario 1: Build fails
Given a user submits a pull request
When the build fails on the automated ci tool
Then it is flagged as failing the build test

@4-20ma
Copy link
Owner Author

4-20ma commented Sep 11, 2016

Refer to WiFiManager for example .travis.yml for Arduino testing.

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

1 participant