Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit45d980f

Browse files
committed
minor fix
1 parent9cfb6ba commit45d980f

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)

[8]ページ先頭

©2009-2025 Movatter.jp