In the Makefile for the project, there is a definition check for something called "TRAVIS". If it is NOT defined, we run a script to check that the binary will fit in flash. My question is ... what is "TRAVIS" and what is the intent here?
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.
In the Makefile for the project, there is a definition check for something called "TRAVIS". If it is NOT defined, we run a script to check that the binary will fit in flash. My question is ... what is "TRAVIS" and what is the intent here?
Neil