Update .travis.yml

This commit is contained in:
thelsing
2019-06-02 01:19:45 +02:00
committed by GitHub
parent d9786f3261
commit 33bd80b9d0

View File

@@ -33,3 +33,8 @@ script:
- if [ "$MODE" = "LINUX" ]; then cmake ..; fi
- if [ "$MODE" = "LINUX" ]; then make; fi
- if [ "$MODE" = "ARDUINO" ]; then arduino --verify --board esp8266:esp8266:nodemcuv2 $PWD/examples/knx-demo/knx-demo.ino; fi
notifications:
email:
on_success: change
on_failure: change