diff options
| author | Simon John <git@the-jedi.co.uk> | 2014-09-22 22:50:27 +0100 |
|---|---|---|
| committer | Simon John <git@the-jedi.co.uk> | 2014-09-22 22:50:27 +0100 |
| commit | 5c50797471f0452222ca0699c767d07b9d45cf3b (patch) | |
| tree | 9125bcd97106d8774262ff912c6a8460b2551571 /tests/script | |
| parent | 623b55c55cce9c9abc460dd174cc9701acc4361d (diff) | |
Update Travis-CI scripts to test against Arduino v1.0.6
Diffstat (limited to 'tests/script')
| -rw-r--r-- | tests/script/bootstrap/arduino.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/script/bootstrap/arduino.sh b/tests/script/bootstrap/arduino.sh index 3c7e9d7..0260448 100644 --- a/tests/script/bootstrap/arduino.sh +++ b/tests/script/bootstrap/arduino.sh @@ -8,9 +8,9 @@ if [ -z "$ARDUINO_DIR" ] || ! test -e $ARDUINO_DIR || [ $OS == "cygwin" ]; then echo "Installing Arduino..." - ARDUINO_BASENAME="arduino-1.0.5" + ARDUINO_BASENAME="arduino-1.0.6" if [ $OS == "cygwin" ]; then - ARDUINO_FILE="$ARDUINO_BASENAME-r2-windows".zip + ARDUINO_FILE="$ARDUINO_BASENAME-windows".zip EXTRACT_COMMAND="unzip -q" elif [ $OS == "mac" ]; then ARDUINO_FILE="$ARDUINO_BASENAME-macosx".zip @@ -20,7 +20,7 @@ if [ -z "$ARDUINO_DIR" ] || ! test -e $ARDUINO_DIR || [ $OS == "cygwin" ]; then EXTRACT_COMMAND="tar -xzf" fi - ARDUINO_URL=http://arduino.googlecode.com/files/$ARDUINO_FILE + ARDUINO_URL=http://downloads.arduino.cc/$ARDUINO_FILE _pushd $DEPENDENCIES_FOLDER if ! test -e $ARDUINO_FILE |
