aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Kistner <ralf.kistner@gmail.com>2013-03-19 16:46:40 +0200
committerRalf Kistner <ralf.kistner@gmail.com>2013-03-19 16:46:40 +0200
commit0f1498e64049b82e12f9a21a4edd4dc440971863 (patch)
tree6481d9fb42b800194efe417b1d8cafa17dac6cb5
parent900186671840d7a164d85b86b3d4dc2157c3ac55 (diff)
Add referer for IDE download.
May have to mirror the downloads ourselves at some point.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index a547c67..471bb2e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,7 +8,7 @@ matrix:
allow_failures:
- env: ARDUINO_PACKAGE=arduino-nightly-linux64
before_install:
- - wget http://downloads.arduino.cc/$ARDUINO_PACKAGE.tgz
+ - wget --referer=http://arduino.cc/en/main/software http://downloads.arduino.cc/$ARDUINO_PACKAGE.tgz
- tar xzf $ARDUINO_PACKAGE.tgz
- export ARDUINO_PATH=$PWD/$ARDUINO_PACKAGE
script: