-
Notifications
You must be signed in to change notification settings - Fork 138
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 Travis Continuous Integration to the repo #86
base: master
Are you sure you want to change the base?
Conversation
It's already found a pile of typos: |
Typos all fixed. |
This now all passes apart from these two, which looks like genuine failures (on Teensy 3.5/6): |
Hi @adrianfreed, What's your feeling on this? Should Teensy 3.5/6 be supported? Are you expecting the UDPSendBundlewithTimeTag examples to work on those platforms? Should I mark those as expected failures for now so the bulk of Travis can be merged in and the spelling fixes? |
Resync with master
Resync with master
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
too intrusive a change
To catch careless typos etc.
You'll need to enable Travis on the repo (https://travis-ci.com is now the recommended option), and I'd then suggest you protect the branch in GitHub so you can only merge if Travis passes.
Currently this is just testing against the some Teensy version, we could test against a lot more variations if it's worth it (many examples, many platforms):
http://platformio.org/boards
We could also enable a C++ linter if you have a preferred one, or use cpplint.py from Google?