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

Commit 79da39b

Browse files
committed
attempt2
removed uneeded install script, added submodule init and update.
1 parent 0cc9bfd commit 79da39b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ env:
77
install:
88
- ( cd ${HOME} && curl -O https://downloads.arduino.cc/arduino-${ARDUINO_VERSION}-linux64.tar.xz && tar xvf arduino-${ARDUINO_VERSION}-linux64.tar.xz )
99
- git clone --branch ${ARDUINO_ESP8266_VERSION} https://github.com/esp8266/Arduino.git ${ARDUINO_ESP8266_ROOT}
10+
- git submodule init && git submodule update
1011
- ( cd ${ARDUINO_ESP8266_ROOT}/tools && python get.py )
11-
- make get-deps
1212
before_script:
1313
- mkdir -p ${ARDUINO_HOME}/libraries
1414
- ( cd ${ARDUINO_HOME}/libraries && ln -s ${TRAVIS_BUILD_DIR} firebase-arduino && ln -s ${TRAVIS_BUILD_DIR}/src/third-party/arduino-json-5.1.1 ArduinoJson )

0 commit comments

Comments
 (0)