Skip to content

Commit

Permalink
Travis fixed warnings configuration TRAVIS_FORCE_BUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
jgromes committed Jul 8, 2020
1 parent 7397a1a commit e5d23ba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,7 @@ script:
else
# build sketch
echo -e "\n\033[1;33mBuilding ${example##*/} ... \033[0m";
# arduino --verify --warnings=$WARNINGS --board $BOARD $example;
arduino-cli compile --fqbn $BOARD $example --warnings=all
arduino-cli compile --fqbn $BOARD $example --warnings=$WARNINGS
if [ $? -ne 0 ]; then
echo -e "\033[1;31m${example##*/} build FAILED\033[0m\n";
exit 1;
Expand Down

0 comments on commit e5d23ba

Please sign in to comment.