BottleBuddy / bottle-buddy-embedded

Bottle Buddy Embedded provides the source code for all the code that lives on the Bottle Buddy device.
0 stars 0 forks source link

Merge branch Setup/travisci into branch develop #4

Closed j-ka11 closed 4 years ago

j-ka11 commented 4 years ago

From now on, for commits to be merged in the master or develop branch, they must be submitted within a pull request and the pull request must pass some checks:

  1. The pull request must be reviewed and approved by at least one other member of Bottle Buddy.
  2. The pull request must pass all necessary jobs defined by .travis.yml, located at the root of the repository. As of now, we implement two jobs for Travis-Ci to execute:
    • Flash Arduino: This check simply builds the project using PlatformIO's CLI as if we were about to flash the board.
    • Lint: This check is a work in progress, but its end goal will be to make the code pretty and follow good practices