Skip to content

Commit

Permalink
Another attempt at fixing travis configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
rkistner committed Mar 19, 2013
1 parent e13eb8f commit 5f45af0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -10,6 +10,7 @@ matrix:
before_install:
- wget --referer=http://arduino.cc/en/main/software http://downloads.arduino.cc/$ARDUINO_PACKAGE.tgz
- tar xzf $ARDUINO_PACKAGE.tgz
- rm $ARDUINO_PACKAGE.tgz
- mv arduino-* $ARDUINO_PACKAGE
- export ARDUINO_PATH=$PWD/$ARDUINO_PACKAGE
script:
Expand Down

0 comments on commit 5f45af0

Please sign in to comment.