From c4f7bb94f5d58b3fe95dcbc210552b64f5508c4a Mon Sep 17 00:00:00 2001 From: dean Date: Mon, 16 Apr 2018 14:34:03 -0400 Subject: [PATCH] DM: add neopix library to travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6feb654..5555fa2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ before_install: - source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh) install: - - arduino --install-library "Adafruit ILI9341" + - arduino --install-library "Adafruit NeoPixel" script: - build_m4_platforms