From c2fc96aa72de1b2b4e0c4a9fc0a850922f4b0616 Mon Sep 17 00:00:00 2001 From: Bertrand Lemasle Date: Sun, 6 Jan 2019 17:21:22 +1300 Subject: [PATCH] Set correct board and cpu --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ae6eaf6..f7c22e5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ before_script: - sed -E "s/^#define ENABLE_(12H|DOW|DYNAMIC_CENTURY) 1/#define ENABLE_\\1 0/" -i ~/Arduino/libraries/MD_DS3231/src/MD_DS3231.h # Disabling MD_DS3231 unwanted features - "tail --line=+`sed -n '/\\/\\/ #pragma once/=' src/config/User.h` src/config/User.h | sed 's/^\\/\\/ //' > src/config/Sensitive.h" # Using the example configuration file for compilation script: - - arduino --verify --board arduino:avr:uno $PWD/src/GpsTracker.ino + - arduino --verify --board arduino:avr:pro:cpu=8MHzatmega328 $PWD/src/GpsTracker.ino notifications: email: on_success: change