From f9949bce743f85265acb43ed108bed1a21e30fcb Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Tue, 23 May 2017 12:37:52 -0700 Subject: [PATCH] move arduino download into the makefile --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index ffe36334..1d152297 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,10 +3,7 @@ dist: trusty sudo: required os: - linux -before_install: - - wget http://downloads.arduino.cc/arduino-1.6.11-linux64.tar.xz - - tar xf arduino-1.6.11-linux64.tar.xz install: - git clone --depth 1 --recurse-submodules https://github.com/keyboardio/Arduino-Boards hardware/keyboardio/avr script: - - make build-all BOARD_HARDWARE_PATH=$(pwd)/hardware ARDUINO_PATH=$(pwd)/arduino-1.6.11 + - make travis-install-arduino build-all BOARD_HARDWARE_PATH=$(pwd)/hardware ARDUINO_PATH=$(pwd)/arduino