Skip to content

Commit

Permalink
travis: Use make build as the script
Browse files Browse the repository at this point in the history
Signed-off-by: Gergely Nagy <[email protected]>
  • Loading branch information
algernon committed Jul 20, 2020
1 parent 0853920 commit 3c6308d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ before_install:
install:
- arduino --install-boards arduino:samd
script:
- arduino -v --verify --board dygma:samd:raise_native Raise-Firmware.ino
- make build
notifications:
email:
on_success: change
Expand Down

0 comments on commit 3c6308d

Please sign in to comment.