[travis] Now that we're not caching the arduino environment, we don't need the guard

pull/18/head
Jesse Vincent 9 years ago
parent 1b4e0915b0
commit c205e50ecb

@ -1,8 +1,8 @@
language: c language: c
before_install: before_install:
- pushd .. - pushd ..
- sh -c 'if [ ! -d arduino-1.6.7/arduino-builder ]; then rm -rf arduino-1.6.7 && wget http://downloads.arduino.cc/arduino-1.6.7-linux64.tar.xz - wget http://downloads.arduino.cc/arduino-1.6.7-linux64.tar.xz
&& tar xf arduino-1.6.7-linux64.tar.xz; fi' - tar xf arduino-1.6.7-linux64.tar.xz
- popd - popd
install: install:
- mkdir ../libs - mkdir ../libs

Loading…
Cancel
Save