You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • Just google it, it's https://travis-ci.org/

    It tests each commit to see if it breaks anything. However I was having issues where I'd commit something, and with some compilers the binary would be too big to fit in flash memory, and the build would fail. The TRAVIS define just removes that check, so whether a build fails depends on whether the code itself compiles or not.

About

Avatar for Gordon @Gordon started