diff options
| author | Sudar <sudar@sudarmuthu.com> | 2014-09-29 15:55:20 +0530 |
|---|---|---|
| committer | Sudar <sudar@sudarmuthu.com> | 2014-09-29 15:55:20 +0530 |
| commit | 2c5a66a973aedfb3325aaf600a40a1df784c436b (patch) | |
| tree | 9c827a7b1cd4355583d6b0ca5422a612c198ad82 /tests/script | |
| parent | 623b55c55cce9c9abc460dd174cc9701acc4361d (diff) | |
| parent | 88c81b6d95efeed84e5b39188028ca1ec039db13 (diff) | |
Merge pull request #270 from sej7278/travis106
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 |
