Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 45d980f

Browse files
committed
minor fix
1 parent 9cfb6ba commit 45d980f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ install:
1616
- ( cd ${HOME} && curl -O https://downloads.arduino.cc/arduino-${ARDUINO_VERSION}-linux64.tar.xz && tar xf arduino-${ARDUINO_VERSION}-linux64.tar.xz )
1717
- ( cd ${HOME} && wget -q -O SoftwareSerial.zip https://github.com/plerup/espsoftwareserial/archive/097712eb07f5b3a70ef419b6e7a7ed2ada5aab85.zip && unzip -q SoftwareSerial.zip
1818
&& rm -rf SoftwareSerial.zip && mv espsoftwareserial-* SoftwareSerial)
19-
- (LIB=Adafruit_NeoPixel VERSION=1.0.5 && cd ${HOME} && wget https://github.com/adafruit/$LIB/archive/v$VERSION.zip -O $LIB.zip && unzip $LIB.zip && mv $LIB-master $LIB)
20-
- (LIB=Adafruit-GFX-Library VERSION=1.1.5 && cd ${HOME} && wget https://github.com/adafruit/$LIB/archive/v$VERSION.zip -O $LIB.zip && unzip $LIB.zip && mv $LIB-master $LIB)
21-
- (LIB=Adafruit_SSD1306 VERSION=1.1.0 && cd ${HOME} && wget https://github.com/adafruit/$LIB/archive/$VERSION.zip -O $LIB.zip && unzip $LIB.zip && mv $LIB-master $LIB)
19+
- (LIB=Adafruit_NeoPixel VERSION=1.0.5 && cd ${HOME} && wget https://github.com/adafruit/$LIB/archive/v$VERSION.zip -O $LIB.zip && unzip $LIB.zip && mv $LIB-$VERSION $LIB)
20+
- (LIB=Adafruit-GFX-Library VERSION=1.1.5 && cd ${HOME} && wget https://github.com/adafruit/$LIB/archive/v$VERSION.zip -O $LIB.zip && unzip $LIB.zip && mv $LIB-$VERSION $LIB)
21+
- (LIB=Adafruit_SSD1306 VERSION=1.1.0 && cd ${HOME} && wget https://github.com/adafruit/$LIB/archive/$VERSION.zip -O $LIB.zip && unzip $LIB.zip && mv $LIB-$VERSION $LIB)
2222
- git clone --branch ${ARDUINO_ESP8266_VERSION} https://github.com/esp8266/Arduino.git ${ARDUINO_ESP8266_ROOT}
2323
- git submodule init && git submodule update
2424
- ( cd ${ARDUINO_ESP8266_ROOT}/tools && python get.py )

0 commit comments

Comments
 (0)