Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd travis ci integration #1
Conversation
bsima
added some commits
Mar 14, 2016
added a commit
that referenced
this pull request
Mar 15, 2016
aulloa
merged commit 5abfb20
into
master
Mar 15, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
bsima commentedMar 14, 2016
This is just building out the infrastructure configuration, so nothing to heavy. The only major code change was that I stripped out the previous unfinished (and nonworking) driver implementation and replaced it with some example code that simply builds and runs a test.
Passing build: https://travis-ci.org/nebulabio/gluco/builds/116171124
Next steps are (1) finish the stubbed Arduino code to connect properly with the glucometer, and (2) write the core of the driver to receive data from the Arduino. Those two PRs will be coming over the next few weeks.