aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Collapse)Author
2020-08-06platform neutral examples and manual cherry-pick merge of ↵John Whittington
https://github.com/alissa-huskey/Arduino-Makefile/tree/test_fixes
2020-08-06add python3 and pip3 to travis ymlJohn Whittington
2018-10-03Fix "does not allow use of 'sudo'" error in travisPieter du Preez
Pull requests seem to fail with the following error: > This job is running on container-based infrastructure, which does not allow use of 'sudo', setuid, and setgid executables. > If you require sudo, add 'sudo: required' to your .travis.yml This commit fixes it, by adding 'sudo: required' to .travis.yml, as suggested by the error message.
2014-09-20Move scripts inside tests directory.Christopher Peplin
Fixed https://github.com/sudar/Arduino-Makefile/issues/260
2014-09-09Add config for Travis CI to run the tests automatically.Christopher Peplin