Skip to content
Snippets Groups Projects
Commit 19b62c14 authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Add a script so Travis can test for intentional failure

parent d28f5d8a
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env bash
if arduino --verify --board arduino:avr:mega:cpu=atmega2560 Marlin/Marlin.ino ; then
return 1
else
return 0
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment