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.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
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.