diff --git a/.travis.yml b/.travis.yml index a279980..6ed3b0b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,16 @@ language: minimal git: depth: false +addons: + apt: + packages: + - python +env: + matrix: + - TARGET=arduino:avr:uno + - TARGET=adafruit:samd:adafruit_feather_m0 + - TARGET=arduino:avr:mega + - TARGET=esp8266:esp8266:nodemcu before_install: - make setup install: true