From ea6b0e05f38dbfbf77cdb57ed6bba5725b62a9fe Mon Sep 17 00:00:00 2001 From: MCUdude Date: Tue, 22 Jun 2021 22:14:24 +0200 Subject: [PATCH] Update CI script We need a newer base install of Arduino IDE in order for the g++17 flag to compile --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 67a9fba87..3149778cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -457,6 +457,12 @@ before_install: # Check for library issues that don't affect compilation - set_library_testing "true" + # Install a version of Arduino IDE with an outdated bundled arduino:avr platform to force installation of latest arduino:avr + - install_ide "1.8.12" + + # Install Arduino AVR Boards to get the AVR toolchain + - install_package "arduino:avr" + # Install MegaCore from the repository - install_package