From c3d7a79a83f365f52b98f0fc30f7a4f5dbaa0e94 Mon Sep 17 00:00:00 2001 From: Benoit Blanchon Date: Thu, 6 Jul 2017 20:56:05 +0200 Subject: [PATCH] Travis: Removed Arduino DUE on platformio (fatal error: Ethernet.h: No such file or directory) --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6363f05c..2582f645 100644 --- a/.travis.yml +++ b/.travis.yml @@ -89,9 +89,7 @@ matrix: - env: SCRIPT=arduino VERSION=1.6.7 BOARD=arduino:avr:uno - env: SCRIPT=arduino VERSION=1.8.2 BOARD=arduino:avr:uno - env: SCRIPT=platformio BOARD=uno - - env: SCRIPT=platformio BOARD=due - env: SCRIPT=platformio BOARD=esp01 - #- env: SCRIPT=platformio BOARD=teensy31C cache: directories: - "~/.platformio"