From ae9866267cb47ffbfb3d2fe2e379026b2da399bf Mon Sep 17 00:00:00 2001 From: Hieromon Ikasamo Date: Wed, 18 Sep 2019 23:57:12 +0900 Subject: [PATCH] Fixed matrix jobs missing --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index f96628f..32f212f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,10 +6,10 @@ env: global: - IDE_VERSION=1.8.8 matrix: - - BOARD="esp8266:esp8266:generic:xtal=80,eesz=4M3M,ip=lm2f,exception=disabled,FlashMode=qio,FlashFreq=80" - - BOARD="esp32:esp32:esp32:FlashFreq=80,FlashSize=4M" - - ARDJSON="5.13.5" - - ARDJSON="6.12.0" + - BOARD="esp8266:esp8266:generic:xtal=80,eesz=4M3M,ip=lm2f,exception=disabled,FlashMode=qio,FlashFreq=80" ARDJSON="5.13.5" + - BOARD="esp32:esp32:esp32:FlashFreq=80,FlashSize=4M" ARDJSON="5.13.5" + - BOARD="esp8266:esp8266:generic:xtal=80,eesz=4M3M,ip=lm2f,exception=disabled,FlashMode=qio,FlashFreq=80" ARDJSON="6.12.0" + - BOARD="esp32:esp32:esp32:FlashFreq=80,FlashSize=4M" ARDJSON="6.12.0" before_install: - "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_1.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :1 -ac -screen 0 1280x1024x16" - sleep 3