diff options
| author | Ralf Kistner <ralf.kistner@gmail.com> | 2013-03-19 16:58:45 +0200 |
|---|---|---|
| committer | Ralf Kistner <ralf.kistner@gmail.com> | 2013-03-19 16:58:45 +0200 |
| commit | 5f45af0438d24d491caa39b67c0e4a68856d0bc9 (patch) | |
| tree | 3082d63d445bf0e2f557d9e8dc72ece6ee50f2b4 | |
| parent | e13eb8fe33298be31a9053528285fc12babd7835 (diff) | |
Another attempt at fixing travis configuration.
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index efa018f..0f89773 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: |
