From 1584d3f95e64c1c5488908305f4b3ea9a5cd470a Mon Sep 17 00:00:00 2001 From: Islam Mustafa Date: Mon, 19 Dec 2016 21:39:33 +0200 Subject: [PATCH] Reverted the arduino version to the old one in travis config --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 51fb320..d2e3cfe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: cpp env: global: - - ARDUINO_VERSION="1.6.13" + - ARDUINO_VERSION="1.6.12" matrix: - PLATFORM='arduino:avr' BOARD='uno' - PLATFORM='arduino:avr' BOARD='mega:cpu=atmega2560'